streams_provider 0.0.4+3 copy "streams_provider: ^0.0.4+3" to clipboard
streams_provider: ^0.0.4+3 copied to clipboard

outdated

It provides an elegent and effectively ways to use stream in Provider.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add streams_provider

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  streams_provider: ^0.0.4+3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:streams_provider/streams_provider.dart';
5
likes
0
pub points
40%
popularity

Publisher

unverified uploader

It provides an elegent and effectively ways to use stream in Provider.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, provider, rxdart

More

Packages that depend on streams_provider