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:
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: