mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +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,10 +1,9 @@
|
||||
import 'package:examples/commons/ember.dart';
|
||||
import 'package:flame/components.dart';
|
||||
import 'package:flame/game.dart';
|
||||
import 'package:flame/input.dart';
|
||||
import 'package:flutter/material.dart' show Colors;
|
||||
|
||||
import '../../commons/ember.dart';
|
||||
|
||||
class DraggablesExample extends FlameGame with HasDraggables {
|
||||
static const String description = '''
|
||||
In this example we show you can use the `Draggable` mixin on
|
||||
|
||||
Reference in New Issue
Block a user