mirror of
https://github.com/flame-engine/flame.git
synced 2026-03-13 09:43:03 +08:00
Prepared all packages to be released to pub.dev Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
25 lines
509 B
YAML
25 lines
509 B
YAML
name: ember_quest
|
|
resolution: workspace
|
|
description: A tutorial on how to create a basic side scrolling platformer using the Flame game engine for Flutter.
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=3.11.0 <4.0.0"
|
|
flutter: ">=3.41.0"
|
|
|
|
dependencies:
|
|
flame: ^1.36.0
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flame_lint: ^1.4.3
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/images/
|