Files
Erick 2259587b04 Moving tutorials to the Flame main repository (#720)
* 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>
2021-03-23 19:38:09 -03:00

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