delta_notifier 0.0.3 copy "delta_notifier: ^0.0.3" to clipboard
delta_notifier: ^0.0.3 copied to clipboard

Provides AnimatedDeltaBuilder<T>, allowing you to pass data to the builder function from your DeltaListenable<T> model.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add delta_notifier

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

dependencies:
  delta_notifier: ^0.0.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:delta_notifier/delta_notifier.dart';
0
likes
40
pub points
0%
popularity

Publisher

verified publisherv0l.io

Provides AnimatedDeltaBuilder<T>, allowing you to pass data to the builder function from your DeltaListenable<T> model.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on delta_notifier