mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	chore: Fix some of the remaining lint problems (#1706)
Fix warnings raised by the avoid_void_async lint rule; Remove rule use_enums, which is not available in Dart 2.16
This commit is contained in:
		| @ -7,7 +7,7 @@ import 'package:flame_audio/audio_pool.dart'; | ||||
| import 'package:flame_audio/flame_audio.dart'; | ||||
| import 'package:flutter/widgets.dart' hide Animation; | ||||
|  | ||||
| void main() async { | ||||
| void main() { | ||||
|   runApp(GameWidget(game: AudioGame())); | ||||
| } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Pasha Stetsenko
					Pasha Stetsenko