mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 08:56:01 +08:00 
			
		
		
		
	refactor: Move to package imports (#1625)
* refactor: Move to package imports * Fix local imports * Removed unused imports
This commit is contained in:
		| @ -1,11 +1,10 @@ | ||||
| import 'package:examples/commons/ember.dart'; | ||||
| import 'package:flame/game.dart'; | ||||
| import 'package:flame/input.dart'; | ||||
| import 'package:flame/palette.dart'; | ||||
| import 'package:flutter/services.dart'; | ||||
| import 'package:flutter/widgets.dart'; | ||||
|  | ||||
| import '../../commons/ember.dart'; | ||||
|  | ||||
| class KeyboardExample extends FlameGame with KeyboardEvents { | ||||
|   static const String description = ''' | ||||
|     Example showcasing how to act on keyboard events. | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Lukas Klingsbo
					Lukas Klingsbo