X-SLAYER / flutter_accessibility_service

Flutter plugin for interacting with Accessibility Service in Android.
https://pub.dev/packages/flutter_accessibility_service
MIT License
37 stars 27 forks source link

Its doesn't working on Android 12 #3

Closed seealex closed 1 year ago

seealex commented 1 year ago

Its doesn't working on Android 12: I have did the installation of the plugin, and tried to reproduce the list on Start Stream example, and doesn't wok.

My setup:

pubspec.yml

environment:
  sdk: '>=2.18.1 <3.0.0'

dependencies:
  flutter:
    sdk: flutter
  flutter_accessibility_service: ^0.2.2
  flutter_local_notifications: ^12.0.3
  http: ^0.13.5
seealex commented 1 year ago

Doesn't work first time on installation, but if you close and reopen works perfectly.