added splash screen
This commit is contained in:
@@ -230,8 +230,8 @@ class $AssetsPngsGen {
|
||||
AssetGenImage get forgotPassword =>
|
||||
const AssetGenImage('assets/pngs/forgot_password.png');
|
||||
|
||||
/// File path: assets/pngs/logo.png
|
||||
AssetGenImage get logo => const AssetGenImage('assets/pngs/logo.png');
|
||||
/// File path: assets/pngs/logo-big.png
|
||||
AssetGenImage get logoBig => const AssetGenImage('assets/pngs/logo-big.png');
|
||||
|
||||
/// File path: assets/pngs/web_login_image.png
|
||||
AssetGenImage get webLoginImage =>
|
||||
@@ -241,7 +241,7 @@ class $AssetsPngsGen {
|
||||
List<AssetGenImage> get values => [
|
||||
appLogo,
|
||||
forgotPassword,
|
||||
logo,
|
||||
logoBig,
|
||||
webLoginImage,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user