The Weather Demo shows how you easily can build complex animations for Flutter with SpriteWidget.
In this example you can learn how to:
- Load image assets and sprite sheets using ImageMap.
- How to interact with SpriteWidget through other Flutter components.
- Create sprite nodes for custom drawing, in this case a gradient background.
- Perform animations using actions.
For help getting started with SpriteWidget, check out our main repository.