player_animation library

Classes

AnimationPlayer
A Widget that plays an animation based on tween that the given begin and end parameters. you can play animations without SingleTickerProviderStateMixin and AnimationController and just with begin and end parameters. you can play your animation in the loop or just once.