You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
In order to ensure a seamless user experience for users, we need to ensure that our application is responsive across multiple devices, especially devices with small screens. More often or not it is common to find screens with overflowing widgets on devices with small screens
Desired Solution
Test the app on multiple devices (small, medium, large) and handle any existing glitches
Use responsive widgets like FittedBox(), Wrap(), etc where applicable
Implement other methods or techniques that enforce responsive across multiple devices
Acceptance Criteria:
Users should be able to interact with all parts of the user interface no matter the size of their devices
The app should be responsive on the most popular android and ios phones
The app should be responsive on the most popular android and ios tablets
There should be no overflowing widgets on parts of the user interface
The text was updated successfully, but these errors were encountered:
Description
In order to ensure a seamless user experience for users, we need to ensure that our application is responsive across multiple devices, especially devices with small screens. More often or not it is common to find screens with overflowing widgets on devices with small screens
Desired Solution
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: