mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 12:28:03 +08:00
* Moving tutorials to the Flame main repository * Update README.md Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net> * Upgraded scripts to support multi projects * Removed comment out code * Adding WIP disclaimer Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
21 lines
355 B
YAML
21 lines
355 B
YAML
name: basic_square
|
|
description: Example code for the the tutorial (Basic Rendering a simple square on the screen)
|
|
|
|
version: 1.0.0+1
|
|
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=2.12.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flame:
|
|
path: ../../../packages/flame
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
dart_code_metrics: ^2.4.0
|