This commit is contained in:
@@ -52,6 +52,10 @@ class $AssetsIconsGen {
|
||||
class $AssetsImagesGen {
|
||||
const $AssetsImagesGen();
|
||||
|
||||
/// File path: assets/images/ic_launcher.png
|
||||
AssetGenImage get icLauncher =>
|
||||
const AssetGenImage('assets/images/ic_launcher.png');
|
||||
|
||||
/// File path: assets/images/ic_notification.png
|
||||
AssetGenImage get icNotification =>
|
||||
const AssetGenImage('assets/images/ic_notification.png');
|
||||
@@ -60,7 +64,7 @@ class $AssetsImagesGen {
|
||||
AssetGenImage get logo => const AssetGenImage('assets/images/logo.png');
|
||||
|
||||
/// List of all assets
|
||||
List<AssetGenImage> get values => [icNotification, logo];
|
||||
List<AssetGenImage> get values => [icLauncher, icNotification, logo];
|
||||
}
|
||||
|
||||
class Assets {
|
||||
|
||||
Reference in New Issue
Block a user