added splash screen

This commit is contained in:
amirrezaghabeli
2025-09-22 16:04:49 +03:30
parent 197ad18618
commit f1214d8a28
14 changed files with 253 additions and 12 deletions
+3 -3
View File
@@ -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,
];
}