chore: add png assets

pull/181/head
arturplaczek 4 years ago
parent b424f0a008
commit ecc3268bd5

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

@ -3,15 +3,80 @@
/// FlutterGen
/// *****************************************************
// ignore_for_file: directives_ordering,unnecessary_import
import 'package:flutter/widgets.dart';
class $AssetsImagesGen {
const $AssetsImagesGen();
/// File path: assets/images/android.png
AssetGenImage get android => const AssetGenImage('assets/images/android.png');
/// File path: assets/images/android_background.png
AssetGenImage get androidBackground =>
const AssetGenImage('assets/images/android_background.png');
/// File path: assets/images/android_icon.png
AssetGenImage get androidIcon =>
const AssetGenImage('assets/images/android_icon.png');
/// File path: assets/images/android_placeholder.png
AssetGenImage get androidPlaceholder =>
const AssetGenImage('assets/images/android_placeholder.png');
/// File path: assets/images/dash.png
AssetGenImage get dash => const AssetGenImage('assets/images/dash.png');
/// File path: assets/images/dash_background.png
AssetGenImage get dashBackground =>
const AssetGenImage('assets/images/dash_background.png');
/// File path: assets/images/dash_icon.png
AssetGenImage get dashIcon =>
const AssetGenImage('assets/images/dash_icon.png');
/// File path: assets/images/dash_placeholder.png
AssetGenImage get dashPlaceholder =>
const AssetGenImage('assets/images/dash_placeholder.png');
/// File path: assets/images/dino.png
AssetGenImage get dino => const AssetGenImage('assets/images/dino.png');
/// File path: assets/images/dino_background.png
AssetGenImage get dinoBackground =>
const AssetGenImage('assets/images/dino_background.png');
/// File path: assets/images/dino_icon.png
AssetGenImage get dinoIcon =>
const AssetGenImage('assets/images/dino_icon.png');
/// File path: assets/images/dino_placeholder.png
AssetGenImage get dinoPlaceholder =>
const AssetGenImage('assets/images/dino_placeholder.png');
/// File path: assets/images/pinball_button.png
AssetGenImage get pinballButton =>
const AssetGenImage('assets/images/pinball_button.png');
/// File path: assets/images/select_character_background.png
AssetGenImage get selectCharacterBackground =>
const AssetGenImage('assets/images/select_character_background.png');
/// File path: assets/images/sparky.png
AssetGenImage get sparky => const AssetGenImage('assets/images/sparky.png');
/// File path: assets/images/sparky_background.png
AssetGenImage get sparkyBackground =>
const AssetGenImage('assets/images/sparky_background.png');
/// File path: assets/images/sparky_icon.png
AssetGenImage get sparkyIcon =>
const AssetGenImage('assets/images/sparky_icon.png');
/// File path: assets/images/sparky_placeholder.png
AssetGenImage get sparkyPlaceholder =>
const AssetGenImage('assets/images/sparky_placeholder.png');
}
class Assets {

@ -27,3 +27,5 @@ flutter_gen:
package_parameter_enabled: true
output: lib/src/generated/
line_length: 80
integrations:
flutter_svg: true

Loading…
Cancel
Save