-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
UXUser experience / user interfaceUser experience / user interfaceflutterRelates to Flutter/Dart codeRelates to Flutter/Dart code
Description
Problem statement
After adding a workaround to fix layouts on phones, it's unclear if the app works on devices with resolution greater than 2000 pixels.
Acceptance criteria
App runs and looks fine on a iPad Pro tablet (or other tablet larger than 2000 pixels in height)
Suggested next steps
Either:
- Refactor parent component height to use a media query to get screen height
- Refactor layout to use a method other than nested expanded wrappers. Possibly look into BoxConstraints.
- Set parent component height in some other way. Perhaps the whole app just needs a min height equal to 100vh
Metadata
Metadata
Assignees
Labels
UXUser experience / user interfaceUser experience / user interfaceflutterRelates to Flutter/Dart codeRelates to Flutter/Dart code