added api for forgot password

This commit is contained in:
llsajjad
2025-09-16 15:51:56 +03:30
parent 09ac79fd79
commit 69980925ad
13 changed files with 886 additions and 130 deletions
+20
View File
@@ -26,6 +26,9 @@ class $AssetsIconsGen {
/// File path: assets/icons/arrow-circle-right.svg
String get arrowCircleRight => 'assets/icons/arrow-circle-right.svg';
/// File path: assets/icons/arrow-down.svg
String get arrowDown => 'assets/icons/arrow-down.svg';
/// File path: assets/icons/arrow-left-small.svg
String get arrowLeftSmall => 'assets/icons/arrow-left-small.svg';
@@ -35,6 +38,9 @@ class $AssetsIconsGen {
/// File path: assets/icons/arrow-right.svg
String get arrowRight => 'assets/icons/arrow-right.svg';
/// File path: assets/icons/arrow-up.svg
String get arrowUp => 'assets/icons/arrow-up.svg';
/// File path: assets/icons/arrow_down_small.svg
String get arrowDownSmall => 'assets/icons/arrow_down_small.svg';
@@ -44,9 +50,15 @@ class $AssetsIconsGen {
/// File path: assets/icons/calendar.svg
String get calendar => 'assets/icons/calendar.svg';
/// File path: assets/icons/clipboard-text.svg
String get clipboardText => 'assets/icons/clipboard-text.svg';
/// File path: assets/icons/close-circle.svg
String get closeCircle => 'assets/icons/close-circle.svg';
/// File path: assets/icons/danger-fill.svg
String get dangerFill => 'assets/icons/danger-fill.svg';
/// File path: assets/icons/danger.svg
String get danger => 'assets/icons/danger.svg';
@@ -141,19 +153,26 @@ class $AssetsIconsGen {
/// File path: assets/icons/trash.svg
String get trash => 'assets/icons/trash.svg';
/// File path: assets/icons/upload_file.svg
String get uploadFile => 'assets/icons/upload_file.svg';
/// List of all assets
List<dynamic> get values => [
se,
approve,
arrowCircleLeft,
arrowCircleRight,
arrowDown,
arrowLeftSmall,
arrowRightSmall,
arrowRight,
arrowUp,
arrowDownSmall,
arrows,
calendar,
clipboardText,
closeCircle,
dangerFill,
danger,
dislike,
edit,
@@ -185,6 +204,7 @@ class $AssetsIconsGen {
tick,
trailingIcon,
trash,
uploadFile,
];
}