forgot password ui added

This commit is contained in:
amirrezaghabeli
2025-08-31 14:30:08 +03:30
parent b706209d41
commit 0fbf88952f
15 changed files with 457 additions and 17 deletions
+16
View File
@@ -17,6 +17,9 @@ class $AssetsIconsGen {
/// File path: assets/icons/SE.png
AssetGenImage get se => const AssetGenImage('assets/icons/SE.png');
/// File path: assets/icons/approve.svg
String get approve => 'assets/icons/approve.svg';
/// File path: assets/icons/arrow-circle-left.svg
String get arrowCircleLeft => 'assets/icons/arrow-circle-left.svg';
@@ -59,6 +62,12 @@ class $AssetsIconsGen {
/// File path: assets/icons/location.svg
String get location => 'assets/icons/location.svg';
/// File path: assets/icons/logo_big.svg
String get logoBig => 'assets/icons/logo_big.svg';
/// File path: assets/icons/logo_small.svg
String get logoSmall => 'assets/icons/logo_small.svg';
/// File path: assets/icons/menu.svg
String get menu => 'assets/icons/menu.svg';
@@ -96,6 +105,9 @@ class $AssetsIconsGen {
/// File path: assets/icons/thumb.svg
String get thumb => 'assets/icons/thumb.svg';
/// File path: assets/icons/thumb_like.svg
String get thumbLike => 'assets/icons/thumb_like.svg';
/// File path: assets/icons/tick-circle.svg
String get tickCircle => 'assets/icons/tick-circle.svg';
@@ -105,6 +117,7 @@ class $AssetsIconsGen {
/// List of all assets
List<dynamic> get values => [
se,
approve,
arrowCircleLeft,
arrowCircleRight,
arrowLeftSmall,
@@ -119,6 +132,8 @@ class $AssetsIconsGen {
homeActive,
like,
location,
logoBig,
logoSmall,
menu,
moon,
notification,
@@ -131,6 +146,7 @@ class $AssetsIconsGen {
tenderLogoPng,
tenderLogoSvg,
thumb,
thumbLike,
tickCircle,
tick,
];