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.

animation_player #

gif

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

Usage #

AnimationPlayer(
  builder: (context, animation) {
    // return Animated Widget like this:
    return AnimatedIcon(
      size: targetSize,
      icon: iconData,
      progress: animation,
    );
  },
),

Example #

3
likes
40
pub points
13%
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