mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
``` Package Name Current Version Updated Version Update Reason behavior_tree 0.1.1 0.1.2 manual versioning flame 1.17.0 1.18.0 manual versioning flame_behavior_tree 0.1.1 0.1.2 manual versioning flame_forge2d 0.18.0 0.18.1 manual versioning flame_isolate 0.6.0+1 0.6.1 manual versioning flame_markdown 0.2.0+1 0.2.1 manual versioning flame_oxygen 0.2.1 0.2.2 manual versioning flame_sprite_fusion 0.1.1 0.1.2 manual versioning flame_lottie 0.4.0+1 0.4.1 manual versioning flame_noise 0.3.0+1 0.3.1 manual versioning flame_network_assets 0.3.1 0.3.2 manual versioning flame_spine 0.2.0+1 0.2.1 manual versioning flame_audio 2.10.1 2.10.2 updated with patch changes flame_bloc 1.11.1 1.12.0 updated with minor changes flame_lint 1.1.2 1.2.0 updated with minor changes flame_rive 1.10.1 1.10.2 updated with patch changes flame_texturepacker 4.0.0 4.0.1 updated with patch changes flame_tiled 1.20.1 1.20.2 updated with patch changes jenny 1.3.0 1.3.1 updated with patch changes flame_test 1.16.1 1.16.2 dependency was updated flame_fire_atlas 1.5.1 1.5.2 dependency was updated flame_riverpod 5.4.1 5.4.2 dependency was updated flame_svg 1.10.1 1.10.2 dependency was updated ```
21 lines
552 B
YAML
21 lines
552 B
YAML
name: behavior_tree
|
|
description: A behavior tree implementation written in dart. This package is designed to be used for implementing AI in games.
|
|
version: 0.1.2
|
|
repository: https://github.com/flame-engine/flame/tree/main/packages/flame_behavior_tree/behavior_tree
|
|
funding:
|
|
- https://opencollective.com/blue-fire
|
|
- https://github.com/sponsors/bluefireteam
|
|
- https://patreon.com/bluefireoss
|
|
|
|
environment:
|
|
sdk: ">=3.4.0 <4.0.0"
|
|
|
|
dependencies:
|
|
meta: ^1.12.0
|
|
|
|
dev_dependencies:
|
|
flame_lint: ^1.2.0
|
|
lints: ^3.0.0
|
|
mocktail: ^1.0.3
|
|
test: any
|