chore: assets gen

pull/406/head
RuiAlonso 3 years ago
parent deee2119fc
commit c19cb0f74a

@ -3,6 +3,8 @@
/// FlutterGen /// FlutterGen
/// ***************************************************** /// *****************************************************
// ignore_for_file: directives_ordering,unnecessary_import
import 'package:flutter/widgets.dart'; import 'package:flutter/widgets.dart';
class $AssetsImagesGen { class $AssetsImagesGen {
@ -12,13 +14,19 @@ class $AssetsImagesGen {
$AssetsImagesBackboxGen get backbox => const $AssetsImagesBackboxGen(); $AssetsImagesBackboxGen get backbox => const $AssetsImagesBackboxGen();
$AssetsImagesBallGen get ball => const $AssetsImagesBallGen(); $AssetsImagesBallGen get ball => const $AssetsImagesBallGen();
$AssetsImagesBaseboardGen get baseboard => const $AssetsImagesBaseboardGen(); $AssetsImagesBaseboardGen get baseboard => const $AssetsImagesBaseboardGen();
/// File path: assets/images/board-background.png
AssetGenImage get boardBackground => AssetGenImage get boardBackground =>
const AssetGenImage('assets/images/board-background.png'); const AssetGenImage('assets/images/board-background.png');
$AssetsImagesBoundaryGen get boundary => const $AssetsImagesBoundaryGen(); $AssetsImagesBoundaryGen get boundary => const $AssetsImagesBoundaryGen();
$AssetsImagesDashGen get dash => const $AssetsImagesDashGen(); $AssetsImagesDashGen get dash => const $AssetsImagesDashGen();
$AssetsImagesDinoGen get dino => const $AssetsImagesDinoGen(); $AssetsImagesDinoGen get dino => const $AssetsImagesDinoGen();
/// File path: assets/images/error_background.png
AssetGenImage get errorBackground => AssetGenImage get errorBackground =>
const AssetGenImage('assets/images/error_background.png'); const AssetGenImage('assets/images/error_background.png');
$AssetsImagesFlapperGen get flapper => const $AssetsImagesFlapperGen(); $AssetsImagesFlapperGen get flapper => const $AssetsImagesFlapperGen();
$AssetsImagesFlipperGen get flipper => const $AssetsImagesFlipperGen(); $AssetsImagesFlipperGen get flipper => const $AssetsImagesFlipperGen();
$AssetsImagesGoogleWordGen get googleWord => $AssetsImagesGoogleWordGen get googleWord =>
@ -51,8 +59,14 @@ class $AssetsImagesAndroidGen {
class $AssetsImagesBackboxGen { class $AssetsImagesBackboxGen {
const $AssetsImagesBackboxGen(); const $AssetsImagesBackboxGen();
$AssetsImagesBackboxButtonGen get button =>
const $AssetsImagesBackboxButtonGen();
/// File path: assets/images/backbox/display-divider.png
AssetGenImage get displayDivider => AssetGenImage get displayDivider =>
const AssetGenImage('assets/images/backbox/display-divider.png'); const AssetGenImage('assets/images/backbox/display-divider.png');
/// File path: assets/images/backbox/marquee.png
AssetGenImage get marquee => AssetGenImage get marquee =>
const AssetGenImage('assets/images/backbox/marquee.png'); const AssetGenImage('assets/images/backbox/marquee.png');
} }
@ -60,6 +74,7 @@ class $AssetsImagesBackboxGen {
class $AssetsImagesBallGen { class $AssetsImagesBallGen {
const $AssetsImagesBallGen(); const $AssetsImagesBallGen();
/// File path: assets/images/ball/flame_effect.png
AssetGenImage get flameEffect => AssetGenImage get flameEffect =>
const AssetGenImage('assets/images/ball/flame_effect.png'); const AssetGenImage('assets/images/ball/flame_effect.png');
} }
@ -67,8 +82,11 @@ class $AssetsImagesBallGen {
class $AssetsImagesBaseboardGen { class $AssetsImagesBaseboardGen {
const $AssetsImagesBaseboardGen(); const $AssetsImagesBaseboardGen();
/// File path: assets/images/baseboard/left.png
AssetGenImage get left => AssetGenImage get left =>
const AssetGenImage('assets/images/baseboard/left.png'); const AssetGenImage('assets/images/baseboard/left.png');
/// File path: assets/images/baseboard/right.png
AssetGenImage get right => AssetGenImage get right =>
const AssetGenImage('assets/images/baseboard/right.png'); const AssetGenImage('assets/images/baseboard/right.png');
} }
@ -76,10 +94,15 @@ class $AssetsImagesBaseboardGen {
class $AssetsImagesBoundaryGen { class $AssetsImagesBoundaryGen {
const $AssetsImagesBoundaryGen(); const $AssetsImagesBoundaryGen();
/// File path: assets/images/boundary/bottom.png
AssetGenImage get bottom => AssetGenImage get bottom =>
const AssetGenImage('assets/images/boundary/bottom.png'); const AssetGenImage('assets/images/boundary/bottom.png');
/// File path: assets/images/boundary/outer-bottom.png
AssetGenImage get outerBottom => AssetGenImage get outerBottom =>
const AssetGenImage('assets/images/boundary/outer-bottom.png'); const AssetGenImage('assets/images/boundary/outer-bottom.png');
/// File path: assets/images/boundary/outer.png
AssetGenImage get outer => AssetGenImage get outer =>
const AssetGenImage('assets/images/boundary/outer.png'); const AssetGenImage('assets/images/boundary/outer.png');
} }
@ -87,8 +110,10 @@ class $AssetsImagesBoundaryGen {
class $AssetsImagesDashGen { class $AssetsImagesDashGen {
const $AssetsImagesDashGen(); const $AssetsImagesDashGen();
/// File path: assets/images/dash/animatronic.png
AssetGenImage get animatronic => AssetGenImage get animatronic =>
const AssetGenImage('assets/images/dash/animatronic.png'); const AssetGenImage('assets/images/dash/animatronic.png');
$AssetsImagesDashBumperGen get bumper => const $AssetsImagesDashBumperGen(); $AssetsImagesDashBumperGen get bumper => const $AssetsImagesDashBumperGen();
} }
@ -97,10 +122,16 @@ class $AssetsImagesDinoGen {
$AssetsImagesDinoAnimatronicGen get animatronic => $AssetsImagesDinoAnimatronicGen get animatronic =>
const $AssetsImagesDinoAnimatronicGen(); const $AssetsImagesDinoAnimatronicGen();
/// File path: assets/images/dino/bottom-wall.png
AssetGenImage get bottomWall => AssetGenImage get bottomWall =>
const AssetGenImage('assets/images/dino/bottom-wall.png'); const AssetGenImage('assets/images/dino/bottom-wall.png');
/// File path: assets/images/dino/top-wall-tunnel.png
AssetGenImage get topWallTunnel => AssetGenImage get topWallTunnel =>
const AssetGenImage('assets/images/dino/top-wall-tunnel.png'); const AssetGenImage('assets/images/dino/top-wall-tunnel.png');
/// File path: assets/images/dino/top-wall.png
AssetGenImage get topWall => AssetGenImage get topWall =>
const AssetGenImage('assets/images/dino/top-wall.png'); const AssetGenImage('assets/images/dino/top-wall.png');
} }
@ -108,10 +139,15 @@ class $AssetsImagesDinoGen {
class $AssetsImagesFlapperGen { class $AssetsImagesFlapperGen {
const $AssetsImagesFlapperGen(); const $AssetsImagesFlapperGen();
/// File path: assets/images/flapper/back-support.png
AssetGenImage get backSupport => AssetGenImage get backSupport =>
const AssetGenImage('assets/images/flapper/back-support.png'); const AssetGenImage('assets/images/flapper/back-support.png');
/// File path: assets/images/flapper/flap.png
AssetGenImage get flap => AssetGenImage get flap =>
const AssetGenImage('assets/images/flapper/flap.png'); const AssetGenImage('assets/images/flapper/flap.png');
/// File path: assets/images/flapper/front-support.png
AssetGenImage get frontSupport => AssetGenImage get frontSupport =>
const AssetGenImage('assets/images/flapper/front-support.png'); const AssetGenImage('assets/images/flapper/front-support.png');
} }
@ -119,8 +155,11 @@ class $AssetsImagesFlapperGen {
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');
} }
@ -152,10 +191,15 @@ class $AssetsImagesKickerGen {
class $AssetsImagesLaunchRampGen { class $AssetsImagesLaunchRampGen {
const $AssetsImagesLaunchRampGen(); const $AssetsImagesLaunchRampGen();
/// File path: assets/images/launch_ramp/background-railing.png
AssetGenImage get backgroundRailing => AssetGenImage get backgroundRailing =>
const AssetGenImage('assets/images/launch_ramp/background-railing.png'); const AssetGenImage('assets/images/launch_ramp/background-railing.png');
/// File path: assets/images/launch_ramp/foreground-railing.png
AssetGenImage get foregroundRailing => AssetGenImage get foregroundRailing =>
const AssetGenImage('assets/images/launch_ramp/foreground-railing.png'); const AssetGenImage('assets/images/launch_ramp/foreground-railing.png');
/// File path: assets/images/launch_ramp/ramp.png
AssetGenImage get ramp => AssetGenImage get ramp =>
const AssetGenImage('assets/images/launch_ramp/ramp.png'); const AssetGenImage('assets/images/launch_ramp/ramp.png');
} }
@ -163,8 +207,11 @@ class $AssetsImagesLaunchRampGen {
class $AssetsImagesMultiballGen { class $AssetsImagesMultiballGen {
const $AssetsImagesMultiballGen(); const $AssetsImagesMultiballGen();
/// File path: assets/images/multiball/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/multiball/dimmed.png'); const AssetGenImage('assets/images/multiball/dimmed.png');
/// File path: assets/images/multiball/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/multiball/lit.png'); const AssetGenImage('assets/images/multiball/lit.png');
} }
@ -182,8 +229,11 @@ class $AssetsImagesMultiplierGen {
class $AssetsImagesPlungerGen { class $AssetsImagesPlungerGen {
const $AssetsImagesPlungerGen(); const $AssetsImagesPlungerGen();
/// File path: assets/images/plunger/plunger.png
AssetGenImage get plunger => AssetGenImage get plunger =>
const AssetGenImage('assets/images/plunger/plunger.png'); const AssetGenImage('assets/images/plunger/plunger.png');
/// File path: assets/images/plunger/rocket.png
AssetGenImage get rocket => AssetGenImage get rocket =>
const AssetGenImage('assets/images/plunger/rocket.png'); const AssetGenImage('assets/images/plunger/rocket.png');
} }
@ -191,12 +241,19 @@ class $AssetsImagesPlungerGen {
class $AssetsImagesScoreGen { class $AssetsImagesScoreGen {
const $AssetsImagesScoreGen(); const $AssetsImagesScoreGen();
/// File path: assets/images/score/five-thousand.png
AssetGenImage get fiveThousand => AssetGenImage get fiveThousand =>
const AssetGenImage('assets/images/score/five-thousand.png'); const AssetGenImage('assets/images/score/five-thousand.png');
/// File path: assets/images/score/one-million.png
AssetGenImage get oneMillion => AssetGenImage get oneMillion =>
const AssetGenImage('assets/images/score/one-million.png'); const AssetGenImage('assets/images/score/one-million.png');
/// File path: assets/images/score/twenty-thousand.png
AssetGenImage get twentyThousand => AssetGenImage get twentyThousand =>
const AssetGenImage('assets/images/score/twenty-thousand.png'); const AssetGenImage('assets/images/score/twenty-thousand.png');
/// File path: assets/images/score/two-hundred-thousand.png
AssetGenImage get twoHundredThousand => AssetGenImage get twoHundredThousand =>
const AssetGenImage('assets/images/score/two-hundred-thousand.png'); const AssetGenImage('assets/images/score/two-hundred-thousand.png');
} }
@ -204,12 +261,19 @@ class $AssetsImagesScoreGen {
class $AssetsImagesSignpostGen { class $AssetsImagesSignpostGen {
const $AssetsImagesSignpostGen(); const $AssetsImagesSignpostGen();
/// File path: assets/images/signpost/active1.png
AssetGenImage get active1 => AssetGenImage get active1 =>
const AssetGenImage('assets/images/signpost/active1.png'); const AssetGenImage('assets/images/signpost/active1.png');
/// File path: assets/images/signpost/active2.png
AssetGenImage get active2 => AssetGenImage get active2 =>
const AssetGenImage('assets/images/signpost/active2.png'); const AssetGenImage('assets/images/signpost/active2.png');
/// File path: assets/images/signpost/active3.png
AssetGenImage get active3 => AssetGenImage get active3 =>
const AssetGenImage('assets/images/signpost/active3.png'); const AssetGenImage('assets/images/signpost/active3.png');
/// File path: assets/images/signpost/inactive.png
AssetGenImage get inactive => AssetGenImage get inactive =>
const AssetGenImage('assets/images/signpost/inactive.png'); const AssetGenImage('assets/images/signpost/inactive.png');
} }
@ -217,12 +281,19 @@ class $AssetsImagesSignpostGen {
class $AssetsImagesSkillShotGen { class $AssetsImagesSkillShotGen {
const $AssetsImagesSkillShotGen(); const $AssetsImagesSkillShotGen();
/// File path: assets/images/skill_shot/decal.png
AssetGenImage get decal => AssetGenImage get decal =>
const AssetGenImage('assets/images/skill_shot/decal.png'); const AssetGenImage('assets/images/skill_shot/decal.png');
/// File path: assets/images/skill_shot/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/skill_shot/dimmed.png'); const AssetGenImage('assets/images/skill_shot/dimmed.png');
/// File path: assets/images/skill_shot/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/skill_shot/lit.png'); const AssetGenImage('assets/images/skill_shot/lit.png');
/// File path: assets/images/skill_shot/pin.png
AssetGenImage get pin => AssetGenImage get pin =>
const AssetGenImage('assets/images/skill_shot/pin.png'); const AssetGenImage('assets/images/skill_shot/pin.png');
} }
@ -230,8 +301,11 @@ class $AssetsImagesSkillShotGen {
class $AssetsImagesSlingshotGen { class $AssetsImagesSlingshotGen {
const $AssetsImagesSlingshotGen(); const $AssetsImagesSlingshotGen();
/// File path: assets/images/slingshot/lower.png
AssetGenImage get lower => AssetGenImage get lower =>
const AssetGenImage('assets/images/slingshot/lower.png'); const AssetGenImage('assets/images/slingshot/lower.png');
/// File path: assets/images/slingshot/upper.png
AssetGenImage get upper => AssetGenImage get upper =>
const AssetGenImage('assets/images/slingshot/upper.png'); const AssetGenImage('assets/images/slingshot/upper.png');
} }
@ -239,8 +313,10 @@ class $AssetsImagesSlingshotGen {
class $AssetsImagesSparkyGen { class $AssetsImagesSparkyGen {
const $AssetsImagesSparkyGen(); const $AssetsImagesSparkyGen();
/// File path: assets/images/sparky/animatronic.png
AssetGenImage get animatronic => AssetGenImage get animatronic =>
const AssetGenImage('assets/images/sparky/animatronic.png'); const AssetGenImage('assets/images/sparky/animatronic.png');
$AssetsImagesSparkyBumperGen get bumper => $AssetsImagesSparkyBumperGen get bumper =>
const $AssetsImagesSparkyBumperGen(); const $AssetsImagesSparkyBumperGen();
$AssetsImagesSparkyComputerGen get computer => $AssetsImagesSparkyComputerGen get computer =>
@ -261,8 +337,11 @@ class $AssetsImagesAndroidBumperGen {
class $AssetsImagesAndroidRailGen { class $AssetsImagesAndroidRailGen {
const $AssetsImagesAndroidRailGen(); const $AssetsImagesAndroidRailGen();
/// File path: assets/images/android/rail/exit.png
AssetGenImage get exit => AssetGenImage get exit =>
const AssetGenImage('assets/images/android/rail/exit.png'); const AssetGenImage('assets/images/android/rail/exit.png');
/// File path: assets/images/android/rail/main.png
AssetGenImage get main => AssetGenImage get main =>
const AssetGenImage('assets/images/android/rail/main.png'); const AssetGenImage('assets/images/android/rail/main.png');
} }
@ -272,12 +351,20 @@ class $AssetsImagesAndroidRampGen {
$AssetsImagesAndroidRampArrowGen get arrow => $AssetsImagesAndroidRampArrowGen get arrow =>
const $AssetsImagesAndroidRampArrowGen(); const $AssetsImagesAndroidRampArrowGen();
/// File path: assets/images/android/ramp/board-opening.png
AssetGenImage get boardOpening => AssetGenImage get boardOpening =>
const AssetGenImage('assets/images/android/ramp/board-opening.png'); const AssetGenImage('assets/images/android/ramp/board-opening.png');
/// File path: assets/images/android/ramp/main.png
AssetGenImage get main => AssetGenImage get main =>
const AssetGenImage('assets/images/android/ramp/main.png'); const AssetGenImage('assets/images/android/ramp/main.png');
/// File path: assets/images/android/ramp/railing-background.png
AssetGenImage get railingBackground => AssetGenImage get railingBackground =>
const AssetGenImage('assets/images/android/ramp/railing-background.png'); const AssetGenImage('assets/images/android/ramp/railing-background.png');
/// File path: assets/images/android/ramp/railing-foreground.png
AssetGenImage get railingForeground => AssetGenImage get railingForeground =>
const AssetGenImage('assets/images/android/ramp/railing-foreground.png'); const AssetGenImage('assets/images/android/ramp/railing-foreground.png');
} }
@ -285,10 +372,15 @@ class $AssetsImagesAndroidRampGen {
class $AssetsImagesAndroidSpaceshipGen { class $AssetsImagesAndroidSpaceshipGen {
const $AssetsImagesAndroidSpaceshipGen(); const $AssetsImagesAndroidSpaceshipGen();
/// File path: assets/images/android/spaceship/animatronic.png
AssetGenImage get animatronic => AssetGenImage get animatronic =>
const AssetGenImage('assets/images/android/spaceship/animatronic.png'); const AssetGenImage('assets/images/android/spaceship/animatronic.png');
/// File path: assets/images/android/spaceship/light-beam.png
AssetGenImage get lightBeam => AssetGenImage get lightBeam =>
const AssetGenImage('assets/images/android/spaceship/light-beam.png'); const AssetGenImage('assets/images/android/spaceship/light-beam.png');
/// File path: assets/images/android/spaceship/saucer.png
AssetGenImage get saucer => AssetGenImage get saucer =>
const AssetGenImage('assets/images/android/spaceship/saucer.png'); const AssetGenImage('assets/images/android/spaceship/saucer.png');
} }
@ -317,8 +409,11 @@ class $AssetsImagesDashBumperGen {
class $AssetsImagesDinoAnimatronicGen { class $AssetsImagesDinoAnimatronicGen {
const $AssetsImagesDinoAnimatronicGen(); const $AssetsImagesDinoAnimatronicGen();
/// File path: assets/images/dino/animatronic/head.png
AssetGenImage get head => AssetGenImage get head =>
const AssetGenImage('assets/images/dino/animatronic/head.png'); const AssetGenImage('assets/images/dino/animatronic/head.png');
/// File path: assets/images/dino/animatronic/mouth.png
AssetGenImage get mouth => AssetGenImage get mouth =>
const AssetGenImage('assets/images/dino/animatronic/mouth.png'); const AssetGenImage('assets/images/dino/animatronic/mouth.png');
} }
@ -326,8 +421,11 @@ class $AssetsImagesDinoAnimatronicGen {
class $AssetsImagesGoogleWordLetter1Gen { class $AssetsImagesGoogleWordLetter1Gen {
const $AssetsImagesGoogleWordLetter1Gen(); const $AssetsImagesGoogleWordLetter1Gen();
/// File path: assets/images/google_word/letter1/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/google_word/letter1/dimmed.png'); const AssetGenImage('assets/images/google_word/letter1/dimmed.png');
/// File path: assets/images/google_word/letter1/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/google_word/letter1/lit.png'); const AssetGenImage('assets/images/google_word/letter1/lit.png');
} }
@ -335,8 +433,11 @@ class $AssetsImagesGoogleWordLetter1Gen {
class $AssetsImagesGoogleWordLetter2Gen { class $AssetsImagesGoogleWordLetter2Gen {
const $AssetsImagesGoogleWordLetter2Gen(); const $AssetsImagesGoogleWordLetter2Gen();
/// File path: assets/images/google_word/letter2/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/google_word/letter2/dimmed.png'); const AssetGenImage('assets/images/google_word/letter2/dimmed.png');
/// File path: assets/images/google_word/letter2/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/google_word/letter2/lit.png'); const AssetGenImage('assets/images/google_word/letter2/lit.png');
} }
@ -344,8 +445,11 @@ class $AssetsImagesGoogleWordLetter2Gen {
class $AssetsImagesGoogleWordLetter3Gen { class $AssetsImagesGoogleWordLetter3Gen {
const $AssetsImagesGoogleWordLetter3Gen(); const $AssetsImagesGoogleWordLetter3Gen();
/// File path: assets/images/google_word/letter3/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/google_word/letter3/dimmed.png'); const AssetGenImage('assets/images/google_word/letter3/dimmed.png');
/// File path: assets/images/google_word/letter3/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/google_word/letter3/lit.png'); const AssetGenImage('assets/images/google_word/letter3/lit.png');
} }
@ -353,8 +457,11 @@ class $AssetsImagesGoogleWordLetter3Gen {
class $AssetsImagesGoogleWordLetter4Gen { class $AssetsImagesGoogleWordLetter4Gen {
const $AssetsImagesGoogleWordLetter4Gen(); const $AssetsImagesGoogleWordLetter4Gen();
/// File path: assets/images/google_word/letter4/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/google_word/letter4/dimmed.png'); const AssetGenImage('assets/images/google_word/letter4/dimmed.png');
/// File path: assets/images/google_word/letter4/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/google_word/letter4/lit.png'); const AssetGenImage('assets/images/google_word/letter4/lit.png');
} }
@ -362,8 +469,11 @@ class $AssetsImagesGoogleWordLetter4Gen {
class $AssetsImagesGoogleWordLetter5Gen { class $AssetsImagesGoogleWordLetter5Gen {
const $AssetsImagesGoogleWordLetter5Gen(); const $AssetsImagesGoogleWordLetter5Gen();
/// File path: assets/images/google_word/letter5/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/google_word/letter5/dimmed.png'); const AssetGenImage('assets/images/google_word/letter5/dimmed.png');
/// File path: assets/images/google_word/letter5/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/google_word/letter5/lit.png'); const AssetGenImage('assets/images/google_word/letter5/lit.png');
} }
@ -371,8 +481,11 @@ class $AssetsImagesGoogleWordLetter5Gen {
class $AssetsImagesGoogleWordLetter6Gen { class $AssetsImagesGoogleWordLetter6Gen {
const $AssetsImagesGoogleWordLetter6Gen(); const $AssetsImagesGoogleWordLetter6Gen();
/// File path: assets/images/google_word/letter6/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/google_word/letter6/dimmed.png'); const AssetGenImage('assets/images/google_word/letter6/dimmed.png');
/// File path: assets/images/google_word/letter6/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/google_word/letter6/lit.png'); const AssetGenImage('assets/images/google_word/letter6/lit.png');
} }
@ -380,8 +493,11 @@ class $AssetsImagesGoogleWordLetter6Gen {
class $AssetsImagesKickerLeftGen { class $AssetsImagesKickerLeftGen {
const $AssetsImagesKickerLeftGen(); const $AssetsImagesKickerLeftGen();
/// File path: assets/images/kicker/left/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/kicker/left/dimmed.png'); const AssetGenImage('assets/images/kicker/left/dimmed.png');
/// File path: assets/images/kicker/left/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/kicker/left/lit.png'); const AssetGenImage('assets/images/kicker/left/lit.png');
} }
@ -389,8 +505,11 @@ class $AssetsImagesKickerLeftGen {
class $AssetsImagesKickerRightGen { class $AssetsImagesKickerRightGen {
const $AssetsImagesKickerRightGen(); const $AssetsImagesKickerRightGen();
/// File path: assets/images/kicker/right/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/kicker/right/dimmed.png'); const AssetGenImage('assets/images/kicker/right/dimmed.png');
/// File path: assets/images/kicker/right/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/kicker/right/lit.png'); const AssetGenImage('assets/images/kicker/right/lit.png');
} }
@ -398,8 +517,11 @@ class $AssetsImagesKickerRightGen {
class $AssetsImagesMultiplierX2Gen { class $AssetsImagesMultiplierX2Gen {
const $AssetsImagesMultiplierX2Gen(); const $AssetsImagesMultiplierX2Gen();
/// File path: assets/images/multiplier/x2/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/multiplier/x2/dimmed.png'); const AssetGenImage('assets/images/multiplier/x2/dimmed.png');
/// File path: assets/images/multiplier/x2/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/multiplier/x2/lit.png'); const AssetGenImage('assets/images/multiplier/x2/lit.png');
} }
@ -407,8 +529,11 @@ class $AssetsImagesMultiplierX2Gen {
class $AssetsImagesMultiplierX3Gen { class $AssetsImagesMultiplierX3Gen {
const $AssetsImagesMultiplierX3Gen(); const $AssetsImagesMultiplierX3Gen();
/// File path: assets/images/multiplier/x3/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/multiplier/x3/dimmed.png'); const AssetGenImage('assets/images/multiplier/x3/dimmed.png');
/// File path: assets/images/multiplier/x3/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/multiplier/x3/lit.png'); const AssetGenImage('assets/images/multiplier/x3/lit.png');
} }
@ -416,8 +541,11 @@ class $AssetsImagesMultiplierX3Gen {
class $AssetsImagesMultiplierX4Gen { class $AssetsImagesMultiplierX4Gen {
const $AssetsImagesMultiplierX4Gen(); const $AssetsImagesMultiplierX4Gen();
/// File path: assets/images/multiplier/x4/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/multiplier/x4/dimmed.png'); const AssetGenImage('assets/images/multiplier/x4/dimmed.png');
/// File path: assets/images/multiplier/x4/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/multiplier/x4/lit.png'); const AssetGenImage('assets/images/multiplier/x4/lit.png');
} }
@ -425,8 +553,11 @@ class $AssetsImagesMultiplierX4Gen {
class $AssetsImagesMultiplierX5Gen { class $AssetsImagesMultiplierX5Gen {
const $AssetsImagesMultiplierX5Gen(); const $AssetsImagesMultiplierX5Gen();
/// File path: assets/images/multiplier/x5/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/multiplier/x5/dimmed.png'); const AssetGenImage('assets/images/multiplier/x5/dimmed.png');
/// File path: assets/images/multiplier/x5/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/multiplier/x5/lit.png'); const AssetGenImage('assets/images/multiplier/x5/lit.png');
} }
@ -434,8 +565,11 @@ class $AssetsImagesMultiplierX5Gen {
class $AssetsImagesMultiplierX6Gen { class $AssetsImagesMultiplierX6Gen {
const $AssetsImagesMultiplierX6Gen(); const $AssetsImagesMultiplierX6Gen();
/// File path: assets/images/multiplier/x6/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/multiplier/x6/dimmed.png'); const AssetGenImage('assets/images/multiplier/x6/dimmed.png');
/// File path: assets/images/multiplier/x6/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/multiplier/x6/lit.png'); const AssetGenImage('assets/images/multiplier/x6/lit.png');
} }
@ -451,10 +585,15 @@ class $AssetsImagesSparkyBumperGen {
class $AssetsImagesSparkyComputerGen { class $AssetsImagesSparkyComputerGen {
const $AssetsImagesSparkyComputerGen(); const $AssetsImagesSparkyComputerGen();
/// File path: assets/images/sparky/computer/base.png
AssetGenImage get base => AssetGenImage get base =>
const AssetGenImage('assets/images/sparky/computer/base.png'); const AssetGenImage('assets/images/sparky/computer/base.png');
/// File path: assets/images/sparky/computer/glow.png
AssetGenImage get glow => AssetGenImage get glow =>
const AssetGenImage('assets/images/sparky/computer/glow.png'); const AssetGenImage('assets/images/sparky/computer/glow.png');
/// File path: assets/images/sparky/computer/top.png
AssetGenImage get top => AssetGenImage get top =>
const AssetGenImage('assets/images/sparky/computer/top.png'); const AssetGenImage('assets/images/sparky/computer/top.png');
} }
@ -462,8 +601,11 @@ class $AssetsImagesSparkyComputerGen {
class $AssetsImagesAndroidBumperAGen { class $AssetsImagesAndroidBumperAGen {
const $AssetsImagesAndroidBumperAGen(); const $AssetsImagesAndroidBumperAGen();
/// File path: assets/images/android/bumper/a/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/android/bumper/a/dimmed.png'); const AssetGenImage('assets/images/android/bumper/a/dimmed.png');
/// File path: assets/images/android/bumper/a/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/android/bumper/a/lit.png'); const AssetGenImage('assets/images/android/bumper/a/lit.png');
} }
@ -471,8 +613,11 @@ class $AssetsImagesAndroidBumperAGen {
class $AssetsImagesAndroidBumperBGen { class $AssetsImagesAndroidBumperBGen {
const $AssetsImagesAndroidBumperBGen(); const $AssetsImagesAndroidBumperBGen();
/// File path: assets/images/android/bumper/b/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/android/bumper/b/dimmed.png'); const AssetGenImage('assets/images/android/bumper/b/dimmed.png');
/// File path: assets/images/android/bumper/b/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/android/bumper/b/lit.png'); const AssetGenImage('assets/images/android/bumper/b/lit.png');
} }
@ -480,8 +625,11 @@ class $AssetsImagesAndroidBumperBGen {
class $AssetsImagesAndroidBumperCowGen { class $AssetsImagesAndroidBumperCowGen {
const $AssetsImagesAndroidBumperCowGen(); const $AssetsImagesAndroidBumperCowGen();
/// File path: assets/images/android/bumper/cow/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/android/bumper/cow/dimmed.png'); const AssetGenImage('assets/images/android/bumper/cow/dimmed.png');
/// File path: assets/images/android/bumper/cow/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/android/bumper/cow/lit.png'); const AssetGenImage('assets/images/android/bumper/cow/lit.png');
} }
@ -489,16 +637,27 @@ class $AssetsImagesAndroidBumperCowGen {
class $AssetsImagesAndroidRampArrowGen { class $AssetsImagesAndroidRampArrowGen {
const $AssetsImagesAndroidRampArrowGen(); const $AssetsImagesAndroidRampArrowGen();
/// File path: assets/images/android/ramp/arrow/active1.png
AssetGenImage get active1 => AssetGenImage get active1 =>
const AssetGenImage('assets/images/android/ramp/arrow/active1.png'); const AssetGenImage('assets/images/android/ramp/arrow/active1.png');
/// File path: assets/images/android/ramp/arrow/active2.png
AssetGenImage get active2 => AssetGenImage get active2 =>
const AssetGenImage('assets/images/android/ramp/arrow/active2.png'); const AssetGenImage('assets/images/android/ramp/arrow/active2.png');
/// File path: assets/images/android/ramp/arrow/active3.png
AssetGenImage get active3 => AssetGenImage get active3 =>
const AssetGenImage('assets/images/android/ramp/arrow/active3.png'); const AssetGenImage('assets/images/android/ramp/arrow/active3.png');
/// File path: assets/images/android/ramp/arrow/active4.png
AssetGenImage get active4 => AssetGenImage get active4 =>
const AssetGenImage('assets/images/android/ramp/arrow/active4.png'); const AssetGenImage('assets/images/android/ramp/arrow/active4.png');
/// File path: assets/images/android/ramp/arrow/active5.png
AssetGenImage get active5 => AssetGenImage get active5 =>
const AssetGenImage('assets/images/android/ramp/arrow/active5.png'); const AssetGenImage('assets/images/android/ramp/arrow/active5.png');
/// File path: assets/images/android/ramp/arrow/inactive.png
AssetGenImage get inactive => AssetGenImage get inactive =>
const AssetGenImage('assets/images/android/ramp/arrow/inactive.png'); const AssetGenImage('assets/images/android/ramp/arrow/inactive.png');
} }
@ -506,8 +665,11 @@ class $AssetsImagesAndroidRampArrowGen {
class $AssetsImagesDashBumperAGen { class $AssetsImagesDashBumperAGen {
const $AssetsImagesDashBumperAGen(); const $AssetsImagesDashBumperAGen();
/// File path: assets/images/dash/bumper/a/active.png
AssetGenImage get active => AssetGenImage get active =>
const AssetGenImage('assets/images/dash/bumper/a/active.png'); const AssetGenImage('assets/images/dash/bumper/a/active.png');
/// File path: assets/images/dash/bumper/a/inactive.png
AssetGenImage get inactive => AssetGenImage get inactive =>
const AssetGenImage('assets/images/dash/bumper/a/inactive.png'); const AssetGenImage('assets/images/dash/bumper/a/inactive.png');
} }
@ -515,8 +677,11 @@ class $AssetsImagesDashBumperAGen {
class $AssetsImagesDashBumperBGen { class $AssetsImagesDashBumperBGen {
const $AssetsImagesDashBumperBGen(); const $AssetsImagesDashBumperBGen();
/// File path: assets/images/dash/bumper/b/active.png
AssetGenImage get active => AssetGenImage get active =>
const AssetGenImage('assets/images/dash/bumper/b/active.png'); const AssetGenImage('assets/images/dash/bumper/b/active.png');
/// File path: assets/images/dash/bumper/b/inactive.png
AssetGenImage get inactive => AssetGenImage get inactive =>
const AssetGenImage('assets/images/dash/bumper/b/inactive.png'); const AssetGenImage('assets/images/dash/bumper/b/inactive.png');
} }
@ -524,8 +689,11 @@ class $AssetsImagesDashBumperBGen {
class $AssetsImagesDashBumperMainGen { class $AssetsImagesDashBumperMainGen {
const $AssetsImagesDashBumperMainGen(); const $AssetsImagesDashBumperMainGen();
/// File path: assets/images/dash/bumper/main/active.png
AssetGenImage get active => AssetGenImage get active =>
const AssetGenImage('assets/images/dash/bumper/main/active.png'); const AssetGenImage('assets/images/dash/bumper/main/active.png');
/// File path: assets/images/dash/bumper/main/inactive.png
AssetGenImage get inactive => AssetGenImage get inactive =>
const AssetGenImage('assets/images/dash/bumper/main/inactive.png'); const AssetGenImage('assets/images/dash/bumper/main/inactive.png');
} }
@ -533,8 +701,11 @@ class $AssetsImagesDashBumperMainGen {
class $AssetsImagesSparkyBumperAGen { class $AssetsImagesSparkyBumperAGen {
const $AssetsImagesSparkyBumperAGen(); const $AssetsImagesSparkyBumperAGen();
/// File path: assets/images/sparky/bumper/a/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/sparky/bumper/a/dimmed.png'); const AssetGenImage('assets/images/sparky/bumper/a/dimmed.png');
/// File path: assets/images/sparky/bumper/a/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/sparky/bumper/a/lit.png'); const AssetGenImage('assets/images/sparky/bumper/a/lit.png');
} }
@ -542,8 +713,11 @@ class $AssetsImagesSparkyBumperAGen {
class $AssetsImagesSparkyBumperBGen { class $AssetsImagesSparkyBumperBGen {
const $AssetsImagesSparkyBumperBGen(); const $AssetsImagesSparkyBumperBGen();
/// File path: assets/images/sparky/bumper/b/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/sparky/bumper/b/dimmed.png'); const AssetGenImage('assets/images/sparky/bumper/b/dimmed.png');
/// File path: assets/images/sparky/bumper/b/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/sparky/bumper/b/lit.png'); const AssetGenImage('assets/images/sparky/bumper/b/lit.png');
} }
@ -551,8 +725,11 @@ class $AssetsImagesSparkyBumperBGen {
class $AssetsImagesSparkyBumperCGen { class $AssetsImagesSparkyBumperCGen {
const $AssetsImagesSparkyBumperCGen(); const $AssetsImagesSparkyBumperCGen();
/// File path: assets/images/sparky/bumper/c/dimmed.png
AssetGenImage get dimmed => AssetGenImage get dimmed =>
const AssetGenImage('assets/images/sparky/bumper/c/dimmed.png'); const AssetGenImage('assets/images/sparky/bumper/c/dimmed.png');
/// File path: assets/images/sparky/bumper/c/lit.png
AssetGenImage get lit => AssetGenImage get lit =>
const AssetGenImage('assets/images/sparky/bumper/c/lit.png'); const AssetGenImage('assets/images/sparky/bumper/c/lit.png');
} }

@ -3,9 +3,14 @@
/// FlutterGen /// FlutterGen
/// ***************************************************** /// *****************************************************
// ignore_for_file: directives_ordering,unnecessary_import
class FontFamily { class FontFamily {
FontFamily._(); FontFamily._();
/// Font family: PixeloidMono
static const String pixeloidMono = 'PixeloidMono'; static const String pixeloidMono = 'PixeloidMono';
/// Font family: PixeloidSans
static const String pixeloidSans = 'PixeloidSans'; static const String pixeloidSans = 'PixeloidSans';
} }

Loading…
Cancel
Save