Files
github-actions[bot] b233cdb794 chore(release): Publish packages (#3346)
Prepared all packages to be released to pub.dev

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-16 17:38:53 +00:00

26 lines
512 B
YAML

name: flame_behavior_tree_example
description: "A simple demo to show usage of behavior trees in flame."
publish_to: 'none'
version: 0.1.0
funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
environment:
sdk: ">=3.4.0 <4.0.0"
dependencies:
flame: ^1.21.0
flame_behavior_tree: ^0.1.3+2
flutter:
sdk: flutter
dev_dependencies:
flame_lint: ^1.2.1
flutter_test:
sdk: flutter
flutter:
uses-material-design: true