flutter_stream_notifiers 0.2.0 copy "flutter_stream_notifiers: ^0.2.0" to clipboard
flutter_stream_notifiers: ^0.2.0 copied to clipboard

Provides a bunch of special notifiers derived from Flutter's ValueNotifier or ChangeNotifier, that additionally streams a value or notifier itself on a change notification.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_stream_notifiers

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

dependencies:
  flutter_stream_notifiers: ^0.2.0

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:flutter_stream_notifiers/flutter_stream_notifiers.dart';
5
likes
30
pub points
10%
popularity

Publisher

verified publisherpolyflection.com

Provides a bunch of special notifiers derived from Flutter's ValueNotifier or ChangeNotifier, that additionally streams a value or notifier itself on a change notification.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_stream_notifiers