- 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.
* Upgrade packages to their latest versions
* Fix image cropping UI for iOS in edit profile view by providing localized titles and buttons
* Update `pubspec
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.