mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	 6d7eeee398
			
		
	
	6d7eeee398
	
	
	
		
			
			This PR bumps the min sdk constraint to 3.3.0. It also updates one of the golden tests for flame_svg which was failing with a slight difference in the svg output around the edges. The difference was very minor an barely noticeable visually.
		
			
				
	
	
		
			21 lines
		
	
	
		
			551 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			551 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.1
 | |
| 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.3.0 <4.0.0"
 | |
| 
 | |
| dependencies:
 | |
|   meta: ^1.9.1
 | |
| 
 | |
| dev_dependencies:
 | |
|   flame_lint: ^1.1.2
 | |
|   lints: ^3.0.0
 | |
|   mocktail: ^1.0.1
 | |
|   test: any
 |