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

Animation player.

animation_player #

gif

Animation player.

Usage #

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

Example #