Animation player.
More...
AnimationPlayer( builder: (context, animation) { // return Animated Widget like this: return AnimatedIcon( size: targetSize, icon: iconData, progress: animation, ); }, ),
mono0926.com
Repository (GitHub)View/report issues
MIT (license)
flutter, intl, progress_animation_builder
Packages that depend on animation_player
Back