Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support split layouts and resizing #1183

Closed
DaveShuckerow opened this issue Oct 14, 2019 · 1 comment · Fixed by #1261
Closed

Support split layouts and resizing #1183

DaveShuckerow opened this issue Oct 14, 2019 · 1 comment · Fixed by #1261
Labels
hummingbird Hummingbird implementation-related

Comments

@DaveShuckerow
Copy link
Contributor

Flutter app needs to allow users to resize different panes that are laid out together.

@DaveShuckerow DaveShuckerow added the hummingbird Hummingbird implementation-related label Oct 14, 2019
@DaveShuckerow
Copy link
Contributor Author

This can be done with a Splitter stateful widget, which would provide the following:

  • Track the current percentage of screen space assigned to each pane
  • Provide a slider to shift space assignment between one widget and another
  • Wrap children with Expandeds and assign the appropriate constraints to them

@DaveShuckerow DaveShuckerow added this to In progress in Hummingbird Dashboard Oct 14, 2019
@DaveShuckerow DaveShuckerow moved this from In progress to To do in Hummingbird Dashboard Oct 14, 2019
Hummingbird Dashboard automation moved this from To do to Done Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hummingbird Hummingbird implementation-related
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant