multi_animated_builder 0.1.0 copy "multi_animated_builder: ^0.1.0" to clipboard
multi_animated_builder: ^0.1.0 copied to clipboard

An AnimatedBuilder that takes a list of Listenable and rebuilds when any of them fire.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_animated_builder

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

dependencies:
  multi_animated_builder: ^0.1.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:multi_animated_builder/multi_animated_builder.dart';
1
likes
160
points
20
downloads

Publisher

verified publisherainkin.com

Weekly Downloads

An AnimatedBuilder that takes a list of Listenable and rebuilds when any of them fire.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT-0 (license)

Dependencies

flutter

More

Packages that depend on multi_animated_builder