animation_player 2.0.0 copy "animation_player: ^2.0.0" to clipboard
animation_player: ^2.0.0 copied to clipboard

A customizable animation player widget for controlling and previewing Flutter animations.

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: ^2.0.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:animation_player/animation_player.dart';
3
likes
150
points
100
downloads

Documentation

API reference

Publisher

verified publishermono0926.com

Weekly Downloads

A customizable animation player widget for controlling and previewing Flutter animations.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, intl, progress_animation_builder

More

Packages that depend on animation_player