You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if I am the only one, but I find the amount of scroll in go flutter too low in comparison to any other desktop / web application. I found in the source code that currently go-flutter is using 50 as the amount to scroll.
I compared how much a simple ListView using Flutter web is scrolling and it looks that is a flat 100.
I think it would be great if that amount could be increased or better yet, make it configurable with a constant. At the moment, at least for me, scrolling in a go-flutter app doesn't feel great.
This is the small code I tried to compare Flutter web and go-flutter.
I don't know if I am the only one, but I find the amount of scroll in
go flutter
too low in comparison to any other desktop / web application. I found in the source code that currentlygo-flutter
is using50
as the amount to scroll.go-flutter/glfw.go
Line 191 in f67b5ec
I compared how much a simple ListView using Flutter web is scrolling and it looks that is a flat
100
.I think it would be great if that amount could be increased or better yet, make it configurable with a constant. At the moment, at least for me, scrolling in a go-flutter app doesn't feel great.
This is the small code I tried to compare Flutter web and
go-flutter
.The text was updated successfully, but these errors were encountered: