change_emitter 0.9.11 copy "change_emitter: ^0.9.11" to clipboard
change_emitter: ^0.9.11 copied to clipboard

A flexible, highly composable alternative to ChangeNotifier for Flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add change_emitter

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

dependencies:
  change_emitter: ^0.9.11

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:change_emitter/change_emitter.dart';
1
likes
40
pub points
9%
popularity

Publisher

unverified uploader

A flexible, highly composable alternative to ChangeNotifier for Flutter

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

async, flutter, provider

More

Packages that depend on change_emitter