Skip to content

Investigate CarouselSlider height 2000 layout hack #19

@jacten

Description

@jacten

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

No one assigned

    Labels

    UXUser experience / user interfaceflutterRelates to Flutter/Dart code

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions