animation_player 1.2.0+1 copy "animation_player: ^1.2.0+1" to clipboard
animation_player: ^1.2.0+1 copied to clipboard

outdated

AnimationPlayer plays your animation and you can seek the animation with slider.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animation_player

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

dependencies:
  animation_player: ^1.2.0+1

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:animation_player/animation_player.dart';
3
likes
40
pub points
12%
popularity

Publisher

verified publishermono0926.com

AnimationPlayer plays your animation and you can seek the animation with slider.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, intl, progress_animation_builder

More

Packages that depend on animation_player