added api for forgot password
This commit is contained in:
@@ -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,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user