Closed Tiska closed 3 weeks ago
Hi,
Looks like nothing is missing to make accessibility_tools
available on web. However, there are couple of things that need to be changed:
pubspec.yaml
kIsWeb
check in one place in the code that doesn't let overlay with errors to be shown. I can't recall why this condition is there but it seems to be there since the very first commit.I've briefly tested the example app on web. Checkers, overlay and testing panel seem to work fine. There's one thing that I've found so far - scrolling gets glitchy when checkers overlay is on but it could be fixed separately.
I'll make these changes soon to make the package available on web.
Hi :) What's missing to make it work for Flutter Web ?