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

outdated

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

Publisher

unverified uploader

A flexible, highly composable alternative to ChangeNotifier for Flutter

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, flutter, provider

More

Packages that depend on change_emitter