progress_animation_builder 1.0.0+2 copy "progress_animation_builder: ^1.0.0+2" to clipboard
progress_animation_builder: ^1.0.0+2 copied to clipboard

ProgressAnimationBuilder passes Animation<double> according to value(0.0-1.0).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add progress_animation_builder

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

dependencies:
  progress_animation_builder: ^1.0.0+2

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

Publisher

verified publishermono0926.com

ProgressAnimationBuilder passes Animation<double> according to value(0.0-1.0).

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on progress_animation_builder