|
|
|
@ -3,13 +3,18 @@
|
|
|
|
|
/// FlutterGen
|
|
|
|
|
/// *****************************************************
|
|
|
|
|
|
|
|
|
|
// ignore_for_file: directives_ordering,unnecessary_import
|
|
|
|
|
|
|
|
|
|
import 'package:flutter/widgets.dart';
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesGen {
|
|
|
|
|
const $AssetsImagesGen();
|
|
|
|
|
|
|
|
|
|
$AssetsImagesBackboardGen get backboard => const $AssetsImagesBackboardGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/ball.png
|
|
|
|
|
AssetGenImage get ball => const AssetGenImage('assets/images/ball.png');
|
|
|
|
|
|
|
|
|
|
$AssetsImagesBaseboardGen get baseboard => const $AssetsImagesBaseboardGen();
|
|
|
|
|
$AssetsImagesBoundaryGen get boundary => const $AssetsImagesBoundaryGen();
|
|
|
|
|
$AssetsImagesChromeDinoGen get chromeDino =>
|
|
|
|
@ -18,8 +23,13 @@ class $AssetsImagesGen {
|
|
|
|
|
const $AssetsImagesDashBumperGen();
|
|
|
|
|
$AssetsImagesDinoGen get dino => const $AssetsImagesDinoGen();
|
|
|
|
|
$AssetsImagesFlipperGen get flipper => const $AssetsImagesFlipperGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/flutter_sign_post.png
|
|
|
|
|
AssetGenImage get flutterSignPost =>
|
|
|
|
|
const AssetGenImage('assets/images/flutter_sign_post.png');
|
|
|
|
|
|
|
|
|
|
$AssetsImagesGoogleWordGen get googleWord =>
|
|
|
|
|
const $AssetsImagesGoogleWordGen();
|
|
|
|
|
$AssetsImagesKickerGen get kicker => const $AssetsImagesKickerGen();
|
|
|
|
|
$AssetsImagesLaunchRampGen get launchRamp =>
|
|
|
|
|
const $AssetsImagesLaunchRampGen();
|
|
|
|
@ -31,8 +41,11 @@ class $AssetsImagesGen {
|
|
|
|
|
class $AssetsImagesBackboardGen {
|
|
|
|
|
const $AssetsImagesBackboardGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/backboard/backboard_game_over.png
|
|
|
|
|
AssetGenImage get backboardGameOver =>
|
|
|
|
|
const AssetGenImage('assets/images/backboard/backboard_game_over.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/backboard/backboard_scores.png
|
|
|
|
|
AssetGenImage get backboardScores =>
|
|
|
|
|
const AssetGenImage('assets/images/backboard/backboard_scores.png');
|
|
|
|
|
}
|
|
|
|
@ -40,8 +53,11 @@ class $AssetsImagesBackboardGen {
|
|
|
|
|
class $AssetsImagesBaseboardGen {
|
|
|
|
|
const $AssetsImagesBaseboardGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/baseboard/left.png
|
|
|
|
|
AssetGenImage get left =>
|
|
|
|
|
const AssetGenImage('assets/images/baseboard/left.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/baseboard/right.png
|
|
|
|
|
AssetGenImage get right =>
|
|
|
|
|
const AssetGenImage('assets/images/baseboard/right.png');
|
|
|
|
|
}
|
|
|
|
@ -49,8 +65,11 @@ class $AssetsImagesBaseboardGen {
|
|
|
|
|
class $AssetsImagesBoundaryGen {
|
|
|
|
|
const $AssetsImagesBoundaryGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/boundary/bottom.png
|
|
|
|
|
AssetGenImage get bottom =>
|
|
|
|
|
const AssetGenImage('assets/images/boundary/bottom.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/boundary/outer.png
|
|
|
|
|
AssetGenImage get outer =>
|
|
|
|
|
const AssetGenImage('assets/images/boundary/outer.png');
|
|
|
|
|
}
|
|
|
|
@ -58,8 +77,11 @@ class $AssetsImagesBoundaryGen {
|
|
|
|
|
class $AssetsImagesChromeDinoGen {
|
|
|
|
|
const $AssetsImagesChromeDinoGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/chrome_dino/head.png
|
|
|
|
|
AssetGenImage get head =>
|
|
|
|
|
const AssetGenImage('assets/images/chrome_dino/head.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/chrome_dino/mouth.png
|
|
|
|
|
AssetGenImage get mouth =>
|
|
|
|
|
const AssetGenImage('assets/images/chrome_dino/mouth.png');
|
|
|
|
|
}
|
|
|
|
@ -76,8 +98,11 @@ class $AssetsImagesDashBumperGen {
|
|
|
|
|
class $AssetsImagesDinoGen {
|
|
|
|
|
const $AssetsImagesDinoGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/dino/dino-land-bottom.png
|
|
|
|
|
AssetGenImage get dinoLandBottom =>
|
|
|
|
|
const AssetGenImage('assets/images/dino/dino-land-bottom.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/dino/dino-land-top.png
|
|
|
|
|
AssetGenImage get dinoLandTop =>
|
|
|
|
|
const AssetGenImage('assets/images/dino/dino-land-top.png');
|
|
|
|
|
}
|
|
|
|
@ -85,17 +110,51 @@ class $AssetsImagesDinoGen {
|
|
|
|
|
class $AssetsImagesFlipperGen {
|
|
|
|
|
const $AssetsImagesFlipperGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/flipper/left.png
|
|
|
|
|
AssetGenImage get left =>
|
|
|
|
|
const AssetGenImage('assets/images/flipper/left.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/flipper/right.png
|
|
|
|
|
AssetGenImage get right =>
|
|
|
|
|
const AssetGenImage('assets/images/flipper/right.png');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesGoogleWordGen {
|
|
|
|
|
const $AssetsImagesGoogleWordGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter1.png
|
|
|
|
|
AssetGenImage get letter1 =>
|
|
|
|
|
const AssetGenImage('assets/images/google_word/letter1.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter2.png
|
|
|
|
|
AssetGenImage get letter2 =>
|
|
|
|
|
const AssetGenImage('assets/images/google_word/letter2.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter3.png
|
|
|
|
|
AssetGenImage get letter3 =>
|
|
|
|
|
const AssetGenImage('assets/images/google_word/letter3.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter4.png
|
|
|
|
|
AssetGenImage get letter4 =>
|
|
|
|
|
const AssetGenImage('assets/images/google_word/letter4.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter5.png
|
|
|
|
|
AssetGenImage get letter5 =>
|
|
|
|
|
const AssetGenImage('assets/images/google_word/letter5.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter6.png
|
|
|
|
|
AssetGenImage get letter6 =>
|
|
|
|
|
const AssetGenImage('assets/images/google_word/letter6.png');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesKickerGen {
|
|
|
|
|
const $AssetsImagesKickerGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/kicker/left.png
|
|
|
|
|
AssetGenImage get left =>
|
|
|
|
|
const AssetGenImage('assets/images/kicker/left.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/kicker/right.png
|
|
|
|
|
AssetGenImage get right =>
|
|
|
|
|
const AssetGenImage('assets/images/kicker/right.png');
|
|
|
|
|
}
|
|
|
|
@ -103,8 +162,11 @@ class $AssetsImagesKickerGen {
|
|
|
|
|
class $AssetsImagesLaunchRampGen {
|
|
|
|
|
const $AssetsImagesLaunchRampGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/launch_ramp/foreground-railing.png
|
|
|
|
|
AssetGenImage get foregroundRailing =>
|
|
|
|
|
const AssetGenImage('assets/images/launch_ramp/foreground-railing.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/launch_ramp/ramp.png
|
|
|
|
|
AssetGenImage get ramp =>
|
|
|
|
|
const AssetGenImage('assets/images/launch_ramp/ramp.png');
|
|
|
|
|
}
|
|
|
|
@ -112,12 +174,19 @@ class $AssetsImagesLaunchRampGen {
|
|
|
|
|
class $AssetsImagesSlingshotGen {
|
|
|
|
|
const $AssetsImagesSlingshotGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/slingshot/left_lower.png
|
|
|
|
|
AssetGenImage get leftLower =>
|
|
|
|
|
const AssetGenImage('assets/images/slingshot/left_lower.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/slingshot/left_upper.png
|
|
|
|
|
AssetGenImage get leftUpper =>
|
|
|
|
|
const AssetGenImage('assets/images/slingshot/left_upper.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/slingshot/right_lower.png
|
|
|
|
|
AssetGenImage get rightLower =>
|
|
|
|
|
const AssetGenImage('assets/images/slingshot/right_lower.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/slingshot/right_upper.png
|
|
|
|
|
AssetGenImage get rightUpper =>
|
|
|
|
|
const AssetGenImage('assets/images/slingshot/right_upper.png');
|
|
|
|
|
}
|
|
|
|
@ -125,12 +194,16 @@ class $AssetsImagesSlingshotGen {
|
|
|
|
|
class $AssetsImagesSpaceshipGen {
|
|
|
|
|
const $AssetsImagesSpaceshipGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/bridge.png
|
|
|
|
|
AssetGenImage get bridge =>
|
|
|
|
|
const AssetGenImage('assets/images/spaceship/bridge.png');
|
|
|
|
|
|
|
|
|
|
$AssetsImagesSpaceshipRailGen get rail =>
|
|
|
|
|
const $AssetsImagesSpaceshipRailGen();
|
|
|
|
|
$AssetsImagesSpaceshipRampGen get ramp =>
|
|
|
|
|
const $AssetsImagesSpaceshipRampGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/saucer.png
|
|
|
|
|
AssetGenImage get saucer =>
|
|
|
|
|
const AssetGenImage('assets/images/spaceship/saucer.png');
|
|
|
|
|
}
|
|
|
|
@ -147,8 +220,11 @@ class $AssetsImagesSparkyGen {
|
|
|
|
|
class $AssetsImagesDashBumperAGen {
|
|
|
|
|
const $AssetsImagesDashBumperAGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/dash_bumper/a/active.png
|
|
|
|
|
AssetGenImage get active =>
|
|
|
|
|
const AssetGenImage('assets/images/dash_bumper/a/active.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/dash_bumper/a/inactive.png
|
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
|
const AssetGenImage('assets/images/dash_bumper/a/inactive.png');
|
|
|
|
|
}
|
|
|
|
@ -156,8 +232,11 @@ class $AssetsImagesDashBumperAGen {
|
|
|
|
|
class $AssetsImagesDashBumperBGen {
|
|
|
|
|
const $AssetsImagesDashBumperBGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/dash_bumper/b/active.png
|
|
|
|
|
AssetGenImage get active =>
|
|
|
|
|
const AssetGenImage('assets/images/dash_bumper/b/active.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/dash_bumper/b/inactive.png
|
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
|
const AssetGenImage('assets/images/dash_bumper/b/inactive.png');
|
|
|
|
|
}
|
|
|
|
@ -165,8 +244,11 @@ class $AssetsImagesDashBumperBGen {
|
|
|
|
|
class $AssetsImagesDashBumperMainGen {
|
|
|
|
|
const $AssetsImagesDashBumperMainGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/dash_bumper/main/active.png
|
|
|
|
|
AssetGenImage get active =>
|
|
|
|
|
const AssetGenImage('assets/images/dash_bumper/main/active.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/dash_bumper/main/inactive.png
|
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
|
const AssetGenImage('assets/images/dash_bumper/main/inactive.png');
|
|
|
|
|
}
|
|
|
|
@ -174,8 +256,11 @@ class $AssetsImagesDashBumperMainGen {
|
|
|
|
|
class $AssetsImagesSpaceshipRailGen {
|
|
|
|
|
const $AssetsImagesSpaceshipRailGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/rail/foreground.png
|
|
|
|
|
AssetGenImage get foreground =>
|
|
|
|
|
const AssetGenImage('assets/images/spaceship/rail/foreground.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/rail/main.png
|
|
|
|
|
AssetGenImage get main =>
|
|
|
|
|
const AssetGenImage('assets/images/spaceship/rail/main.png');
|
|
|
|
|
}
|
|
|
|
@ -183,10 +268,15 @@ class $AssetsImagesSpaceshipRailGen {
|
|
|
|
|
class $AssetsImagesSpaceshipRampGen {
|
|
|
|
|
const $AssetsImagesSpaceshipRampGen();
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/ramp/main.png
|
|
|
|
|
AssetGenImage get main =>
|
|
|
|
|
const AssetGenImage('assets/images/spaceship/ramp/main.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/ramp/railing-background.png
|
|
|
|
|
AssetGenImage get railingBackground => const AssetGenImage(
|
|
|
|
|
'assets/images/spaceship/ramp/railing-background.png');
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/ramp/railing-foreground.png
|
|
|
|
|
AssetGenImage get railingForeground => const AssetGenImage(
|
|
|
|
|
'assets/images/spaceship/ramp/railing-foreground.png');
|
|
|
|
|
}
|
|
|
|
|