clragon

Results 176 comments of clragon

[32120](https://github.com/flutter/flutter/issues/32120) is an upstream flutter issue about desktop scrolling behaviour. The scrolling on desktop and web feels horrible. Until said issue is resolved, desktop implementations are on hold.

an idea for a widget that helps with desktop layouts; A LimitedWidthWidget that accepts a size it will snap to and a tolerance of pixels in which range it will...

It would be possible to have a parent widget of the LimitedWidthWidget, for example called LimitedWidthScope, which does not constrain the child but instead simply provides the amount of space...

if I was willing to wrap every single scrollview in another widget, this code: https://gitlab.com/dezso15/smoothscrollweb/-/blob/master/smooth_scroll_web/lib/smooth_scroll_web.dart plus an inherited widget that makes the scrollview below it have neverscrollablescrollphysics could make desktop...

The advanced settings could contain an entry for the download folder. There should also be a way to reset it to the default location.

One idea would be to split the list tile into a normal section and a folder icon. The normal section prompts the user with a raw input dialog that allows...

This would be alot of effort, perhaps the setting will not include a way to reset, and instead will be just a folder choosing dialog.

when implementing this, we should use this package: https://pub.dev/packages/shared_storage

to implement this we need to: - collect all single tag follows - chunk them into packages of max 40, but evenly distributed (example: 60 should be [30,30] not [40,20])...

hi there, do you mean a behaviour similar to the "combined" follow screen in version 10.x.x?