Kate Lovett
Kate Lovett
Ok, thanks @Kal-Elx for letting us know. I will close this then.
Thanks for the update! I think the primary issue here is that the Scrollable is being manipulated and accessed at the same time. I am not sure how we can...
I've been digging into this and I think it is close to being resolved. I have found what is causing the issue for the select-zoom-scroll functionality (https://github.com/kenzieschmoll/devtools/pull/2), and am currently...
This should probably be handled in ScrollBehavior/MaterialScrollBehavior/CupertinoScrollBehavior.buildScrollbar, where we already apply scrollbars by default on some platforms.
> Right now, I'm playing around in https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/widgets/scrollable.dart, and using the [Listener](https://api.flutter.dev/flutter/widgets/Listener-class.html) to try to detect the device being used, and then possibly using that to update the scrollbar visibility...
We tried to future proof the function signature in case it would need more info in the future, so when the Scrollable receives the input, it will know the device...
I think the best way to accomplish this is to always build a scrollbar on Android, like we already do through ScrollBehavior/MaterialScrollBehavior/CupertinoScrollBehavior.buildScrollbar on desktop platforms, but to leave it not...
Hi @NearTox thanks for contributing! Would you mind adding tests to verify the change and address the failing checks?
Greetings from stale PR triage! 👋 Is this change still on your radar? It looks like it has had quite the journey and a fair number of stamps, is it...
Thanks for the updates, and for contributing @NearTox! It looks like this is currently failing a lot of tests, can you take a look?