refactor: Move to package imports (#1625)

* refactor: Move to package imports

* Fix local imports

* Removed unused imports
This commit is contained in:
Lukas Klingsbo
2022-05-15 17:04:35 +02:00
committed by GitHub
parent 6da8adb28c
commit 843ddc3624
264 changed files with 748 additions and 903 deletions

View File

@ -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