mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-30 08:27:36 +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,5 +1,6 @@
|
||||
import 'dart:math';
|
||||
|
||||
import 'package:examples/stories/input/joystick_player.dart';
|
||||
import 'package:flame/components.dart';
|
||||
import 'package:flame/effects.dart';
|
||||
import 'package:flame/game.dart';
|
||||
@ -8,8 +9,6 @@ import 'package:flame/palette.dart';
|
||||
import 'package:flame/sprite.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'joystick_player.dart';
|
||||
|
||||
class JoystickAdvancedExample extends FlameGame
|
||||
with HasDraggables, HasTappables, HasCollisionDetection {
|
||||
static const String description = '''
|
||||
|
||||
Reference in New Issue
Block a user