|
|
@ -3,36 +3,26 @@
|
|
|
|
/// FlutterGen
|
|
|
|
/// FlutterGen
|
|
|
|
/// *****************************************************
|
|
|
|
/// *****************************************************
|
|
|
|
|
|
|
|
|
|
|
|
// ignore_for_file: directives_ordering,unnecessary_import
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import 'package:flutter/widgets.dart';
|
|
|
|
import 'package:flutter/widgets.dart';
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesGen {
|
|
|
|
class $AssetsImagesGen {
|
|
|
|
const $AssetsImagesGen();
|
|
|
|
const $AssetsImagesGen();
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/ball.png
|
|
|
|
|
|
|
|
AssetGenImage get ball => const AssetGenImage('assets/images/ball.png');
|
|
|
|
AssetGenImage get ball => const AssetGenImage('assets/images/ball.png');
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$AssetsImagesFlipperGen get flipper => const $AssetsImagesFlipperGen();
|
|
|
|
$AssetsImagesFlipperGen get flipper => const $AssetsImagesFlipperGen();
|
|
|
|
|
|
|
|
AssetGenImage get spaceshipBridge =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/spaceship_bridge.png');
|
|
|
|
|
|
|
|
AssetGenImage get spaceshipSaucer =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/spaceship_saucer.png');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesFlipperGen {
|
|
|
|
class $AssetsImagesFlipperGen {
|
|
|
|
const $AssetsImagesFlipperGen();
|
|
|
|
const $AssetsImagesFlipperGen();
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/flipper/left.png
|
|
|
|
|
|
|
|
AssetGenImage get left =>
|
|
|
|
AssetGenImage get left =>
|
|
|
|
const AssetGenImage('assets/images/flipper/left.png');
|
|
|
|
const AssetGenImage('assets/images/flipper/left.png');
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/flipper/right.png
|
|
|
|
|
|
|
|
AssetGenImage get right =>
|
|
|
|
AssetGenImage get right =>
|
|
|
|
const AssetGenImage('assets/images/flipper/right.png');
|
|
|
|
const AssetGenImage('assets/images/flipper/right.png');
|
|
|
|
=======
|
|
|
|
|
|
|
|
AssetGenImage get spaceshipBridge =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/spaceship_bridge.png');
|
|
|
|
|
|
|
|
AssetGenImage get spaceshipSaucer =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/spaceship_saucer.png');
|
|
|
|
|
|
|
|
>>>>>>> 990de50 (feat: applying assets to the spaceship)
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class Assets {
|
|
|
|
class Assets {
|
|
|
|