mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	feat: Move to Flutter 3.0.0 and Dart 2.17.0 (#1713)
This upgrades all packages to Flutter 3.0.0 and fixes all analyze issues that came from that.
This commit is contained in:
		| @ -66,13 +66,10 @@ class MyShapeComponent extends PositionComponent | ||||
|  | ||||
|   MyShapeComponent({ | ||||
|     required this.hitbox, | ||||
|     Vector2? position, | ||||
|     Vector2? size, | ||||
|     double? angle, | ||||
|     super.position, | ||||
|     super.size, | ||||
|     super.angle, | ||||
|   }) : super( | ||||
|           position: position, | ||||
|           size: size, | ||||
|           angle: angle, | ||||
|           anchor: Anchor.center, | ||||
|         ); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Lukas Klingsbo
					Lukas Klingsbo