Use Sprites on Flutter 2.0 Games with Flame 1.0

preview_player
Показать описание
How to load sprites into Flutter using Flame v1.0. Sprites are loaded from your Flutter assets/images folder in the onLoad method. You then add the Sprite to the BaseGame. This is geared for complete beginners to mobile game development.

Рекомендации по теме
Комментарии
Автор

One of the best teaching styles in a tutorial I've seen. Thanks for making.

lukestanyer
Автор

Great tutorial, however it's already obsolete. I found flame so quickly evolving that it's almost impossible to stick up to date. I have to create simple animation from sprites inside my widget tree, was thinking about flame but every tutorial i found was already old. I'm getting crazy...

tomasznowak
Автор

hi just a question. how do you use the girl..sprite and girl..size? all i get is an error that says variables must be declared

MillaisVictim