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>
27 lines
427 B
YAML
27 lines
427 B
YAML
name: flame_fire_atlas_example
|
|
resolution: workspace
|
|
description: Example app to showcase flame fire atlas package
|
|
|
|
publish_to: 'none'
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=3.11.0 <4.0.0"
|
|
|
|
dependencies:
|
|
flame: ^1.36.0
|
|
flame_fire_atlas: ^1.8.16
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flame_lint: ^1.4.3
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/cave_ace.fa
|