This video goes over using the SpriteAnimationComponent in Flutter. It uses the flame library which is a game engine, but can easily be used in more conventional projects.
The animation used in this video was created by legnoops on itch.io - https://legnops.itch.io/
Itch - https://itch.io/
Red Hood Animation by legnops - https://legnops.itch.io/red-hood-char...
Dino Animation by arks - https://arks.itch.io/dino-characters
Chapters
Getting the SpriteSheet 00:00
Adding assets to the pubspec 02:40
Importing Flame 04:15
Creating the Game class 05:30
Loading the animation 08:00
How a sprite sheet works 09:30
Getting an animation from the SpriteSheet 11:50
Initializing the SpriteAnimationComponent 14:20
Adding the SpriteAnimationComponent to the Game 15:40
Running the app 16:00
Potential error running on windows 17:18