mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +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,17 +1,16 @@
|
||||
import 'package:dashbook/dashbook.dart';
|
||||
import 'package:examples/commons/commons.dart';
|
||||
import 'package:examples/stories/parallax/advanced_parallax_example.dart';
|
||||
import 'package:examples/stories/parallax/animation_parallax_example.dart';
|
||||
import 'package:examples/stories/parallax/basic_parallax_example.dart';
|
||||
import 'package:examples/stories/parallax/component_parallax_example.dart';
|
||||
import 'package:examples/stories/parallax/no_fcs_parallax_example.dart';
|
||||
import 'package:examples/stories/parallax/sandbox_layer_parallax_example.dart';
|
||||
import 'package:examples/stories/parallax/small_parallax_example.dart';
|
||||
import 'package:flame/game.dart';
|
||||
import 'package:flame/parallax.dart';
|
||||
import 'package:flutter/painting.dart';
|
||||
|
||||
import '../../commons/commons.dart';
|
||||
import 'advanced_parallax_example.dart';
|
||||
import 'animation_parallax_example.dart';
|
||||
import 'basic_parallax_example.dart';
|
||||
import 'component_parallax_example.dart';
|
||||
import 'no_fcs_parallax_example.dart';
|
||||
import 'sandbox_layer_parallax_example.dart';
|
||||
import 'small_parallax_example.dart';
|
||||
|
||||
void addParallaxStories(Dashbook dashbook) {
|
||||
dashbook.storiesOf('Parallax')
|
||||
..add(
|
||||
|
||||
Reference in New Issue
Block a user