mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
23 lines
432 B
YAML
23 lines
432 B
YAML
name: animation_widget
|
|
description: A sample Flame project to showcase the animationAsWidget method.
|
|
|
|
version: 0.1.0
|
|
|
|
environment:
|
|
sdk: ">=2.0.0-dev.68.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flame:
|
|
path: ../../../
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/images/minotaur.png # thanks https://elthen.itch.io/2d-pixel-art-minotaur-sprites
|