Commit Graph

8 Commits

Author SHA1 Message Date
MohammadTaha Basiri f749dbaf0e Update User model to allow null values in username, email, and phoneNumber; adjust EditProfile view accordingly
The User model has been updated to allow null values in the username, email, and phoneNumber fields. The corresponding constructor has been updated
2024-04-15 22:30:41 +03:30
MohammadTaha Basiri 4c46d7fabb Update NewStock and EditProfile classes:
- In NewStock, update the enableEmptyState property to check for additional empty states.
- In EditProfile, update the bottom property of Positioned widget to consider the keyboard height.
2024-04-15 00:44:43 +03:30
MohammadTaha Basiri f780a306bf Update dependencies and fix image cropping UI for iOS in edit profile view
* Upgrade packages to their latest versions
* Fix image cropping UI for iOS in edit profile view by providing localized titles and buttons
* Update `pubspec
2024-04-14 23:58:12 +03:30
Amir Hossein Mousavi dd04590128 fix some isuues 2024-04-14 00:56:18 +03:30
MohammadTaha Basiri e606555234 Update username input screen and edit profile screen with new text
The username input screen now includes a new text explaining the requirements for a username. The text is displayed below the username input field.

The edit profile screen has also been updated to include the same text below the username input field. The text is displayed only if the username field is not empty.

Additionally, the SizedBox widget has been replaced with a Padding widget in the username input screen for better customization.
2024-04-01 16:23:57 +03:30
MohammadTaha Basiri db4b1f8e00 push 2023-10-11 23:42:38 +03:30
MohammadTaha Basiri 19c2b54f19 refactor structure 2023-10-08 02:52:26 +03:30
MohammadTaha Basiri 4e036ad2c5 backup! 2023-10-06 03:22:50 +03:30