rebelappstudio / accessibility_tools

MIT License
70 stars 4 forks source link

No issues are showing #37

Closed Huluk closed 10 months ago

Huluk commented 11 months ago

I couldn't get any annotations to show on my app, so I checked out this repository and built the example app. No notifications are showing, either. I tried in both Android Studio and on my Android phone. Is this maybe a version conflict, or do I need to set any additional flags?

I'm running flutter run --debug on the following systems:

macOS Sonoma 14.1.1

Flutter 3.16.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision 7f20e5d18c (2 days ago) • 2023-11-27 09:47:30 -0800 Engine • revision 22b600f240 Tools • Dart 3.2.1 • DevTools 2.28.3

Android Studio Giraffe | 2022.3.1 Patch 2 Build #AI-223.8836.35.2231.10811636, built on September 14, 2023

Simulator: Pixel 3a API 34 extension level 7 arm64 v8a

Physical Phone: Pixel 4a (5G), Android 14, Build 2023-11-05

aednlaxer commented 11 months ago

Hi and thanks for your bug report!

I was able to reproduce the issue when running the example app on Pixel 3A API 34 and as a Mac app on macOS Ventura . Example app and accessibility tools seem to work fine on iOS 16.4 simulator.

It seems to be a bug, probably caused by recent changes in the Flutter framework. I'll investigate this problem

Huluk commented 10 months ago

Thank you for the fix! Everything works now :)

aednlaxer commented 10 months ago

Great to hear that! New version with the fix will be released soon