chore: add generated files

pull/206/head
arturplaczek 3 years ago
parent bd9d219f0b
commit a112df34de

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

@ -14,6 +14,7 @@ class $AssetsImagesGen {
const $AssetsImagesBonusAnimationGen(); const $AssetsImagesBonusAnimationGen();
$AssetsImagesComponentsGen get components => $AssetsImagesComponentsGen get components =>
const $AssetsImagesComponentsGen(); const $AssetsImagesComponentsGen();
$AssetsImagesScoreGen get score => const $AssetsImagesScoreGen();
} }
class $AssetsImagesBonusAnimationGen { class $AssetsImagesBonusAnimationGen {
@ -48,6 +49,14 @@ class $AssetsImagesComponentsGen {
const AssetGenImage('assets/images/components/background.png'); const AssetGenImage('assets/images/components/background.png');
} }
class $AssetsImagesScoreGen {
const $AssetsImagesScoreGen();
/// File path: assets/images/score/mini_score_background.png
AssetGenImage get miniScoreBackground =>
const AssetGenImage('assets/images/score/mini_score_background.png');
}
class Assets { class Assets {
Assets._(); Assets._();

@ -75,5 +75,9 @@
"enterInitials": "Enter your initials", "enterInitials": "Enter your initials",
"@enterInitials": { "@enterInitials": {
"description": "Text displayed on the ending dialog when game finishes to ask the user for his initials" "description": "Text displayed on the ending dialog when game finishes to ask the user for his initials"
},
"ballCt": "Ball Ct:",
"@ballCt": {
"description": "Text displayed on the scoreboard widget"
} }
} }

@ -48,6 +48,7 @@ flutter:
assets: assets:
- assets/images/components/ - assets/images/components/
- assets/images/bonus_animation/ - assets/images/bonus_animation/
- assets/images/score/
flutter_gen: flutter_gen:
line_length: 80 line_length: 80

Loading…
Cancel
Save