Flutter Trackpad Fix (MacOS Sequioa iPhone Mirroring)
complete
James Yacoub
Fix appears to be implemented per GitHub. Creating a formal tracker to update Lumy to enable the scrolling
Brandon Trautmann
complete
Going to mark this complete since it technically works. I suspect there will be future improvements to the Flutter framework that will improve the experience here.
James Yacoub
Fantastic! Thank you for working on this Brandon Trautmann! Yes, I do notice the same thing when using a trackpad. However, the scroll speed is much more reasonable when using a mouse (which is my typical method, anyway).
Brandon Trautmann
James Yacoub When you get 1.22.3, this should be "fixed", but I'm curious if, on your hardware, the scrolling seems too fast. In my case, small scroll gestures fling the app too far in whatever direction was scrolled. I do not see this on native applications, so my hunch is that it's a Flutter parity issue, but wondering if it's specific to Lumy. I've yet to test any of my other apps as they're not yet built on Flutter 3.27.x.
Brandon Trautmann
in progress
Hoping this is fixed in Flutter 3.27.1 which I'm adopting and testing now.
Brandon Trautmann
planned
Brandon Trautmann
Thanks! Currently Lumy is built against the latest stable Flutter SDK. I don't believe the fix has landed on stable yet, but once it does I'll upgrade and push a new release out. I try to avoid targeting beta builds of Flutter because I've been bitten too many times by doing so :)
Appreciate you filing this!