mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 17:06:50 +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:
		| @ -78,15 +78,13 @@ final _shaded = TextPaint( | ||||
| class MyTextBox extends TextBoxComponent { | ||||
|   MyTextBox( | ||||
|     String text, { | ||||
|     Anchor? align, | ||||
|     Vector2? size, | ||||
|     super.align, | ||||
|     super.size, | ||||
|     double? timePerChar, | ||||
|     double? margins, | ||||
|   }) : super( | ||||
|           text: text, | ||||
|           textRenderer: _box, | ||||
|           align: align, | ||||
|           size: size, | ||||
|           boxConfig: TextBoxConfig( | ||||
|             maxWidth: 400, | ||||
|             timePerChar: timePerChar ?? 0.05, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Lukas Klingsbo
					Lukas Klingsbo