rebelappstudio / accessibility_tools

MIT License
67 stars 4 forks source link

Fix accessibility tools not able to find issues #38

Closed aednlaxer closed 9 months ago

aednlaxer commented 9 months ago

Fix #37

Recent changes in Flutter 3.16 are causing accessibility tools to show no issues. The root cause seems to be the deprecation of WidgetsBinding.pipelineOwner and some internal changes in semantic listeners

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e66ef34) 100.00% compared to head (4aa1a76) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #38 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 9 9 Lines 331 336 +5 ========================================= + Hits 331 336 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.