get_notifier 0.0.9 copy "get_notifier: ^0.0.9" to clipboard
get_notifier: ^0.0.9 copied to clipboard

Flutter plugin to use the power of ChangeNotifier and GetIt together.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add get_notifier

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

dependencies:
  get_notifier: ^0.0.9

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:get_notifier/get_notifier.dart';
5
likes
130
pub points
2%
popularity

Publisher

unverified uploader

Flutter plugin to use the power of ChangeNotifier and GetIt together.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, get_it, nested

More

Packages that depend on get_notifier