mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 17:06:50 +08:00 
			
		
		
		
	 b79fee0ae2
			
		
	
	b79fee0ae2
	
	
	
		
			
			Update min Dart constraint to 3.8, which will enable us to use the fancier collection literals. This requires bumping the min Flutter version as well: <img width="1892" height="1122" alt="image" src="https://github.com/user-attachments/assets/7c7b07fc-4d96-4987-824d-9a7133ecfb85" />
		
			
				
	
	
		
			21 lines
		
	
	
		
			560 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			560 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: behavior_tree
 | |
| resolution: workspace
 | |
| description: A behavior tree implementation written in Dart. This package is designed to be used for implementing AI in games.
 | |
| version: 0.1.3+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.8.0 <4.0.0"
 | |
| 
 | |
| dependencies:
 | |
|   meta: ^1.12.0
 | |
| 
 | |
| dev_dependencies:
 | |
|   flame_lint: ^1.4.1
 | |
|   mocktail: ^1.0.4
 | |
|   test: any
 |