-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Desktop support #55
Comments
Some features would be absent on the desktop version. Of note are:
|
32120 is an upstream flutter issue about desktop scrolling behaviour. The scrolling on desktop and web feels horrible. |
an idea for a widget that helps with desktop layouts; |
It would be possible to have a parent widget of the LimitedWidthWidget, for example called LimitedWidthScope, This would be useful for listviews, which can then use this number as horizontal padding and still provide scrolling in the empty space. |
if I was willing to wrap every single scrollview in another widget, this code: however, it would probably be more feasible to just wait until smooth scrolling is implemented in the framework. |
The app could support desktop, (windows, macos, linux) in a reasonable capacity.
To do so, we would need to specify new layouts for desktop,
and perhaps helper widgets that confine the width of certain elements to a more reasonable size.
The text was updated successfully, but these errors were encountered: