flutter_accessibility_service icon indicating copy to clipboard operation
flutter_accessibility_service copied to clipboard

Flutter plugin for interacting with Accessibility Service in Android.

Results 9 flutter_accessibility_service issues
Sort by recently updated
recently updated
newest added

Can I return the className in AccessibilityEvent? Need to use, or each state of the node

## Issue Description **Problem:** I am attempting to identify the currently active application using the Flutter Accessibility Service. After following the instructions provided on the package’s pub.dev page, I utilized...

Start fine, but there's some sort of lifecycle issues which inevitably cause it to loop-crash. I've tried a few different approaches to handle the lifecycles, initialisation, and isolate management, but...

bug

When iterating through the child nodes of a parent node, the method `onAccessibilityEvent` invokes `getSubNodes`, a recursive function. This recursion, influenced by the depth of the tree (`treeDepth`), has the...

I noticed you didn't implement the dispatchGesture() AccessibilityService() method. Could you add that if it is not too much trouble? I need that for my application but I don't understand...

enhancement

After having granted the accessibility permission to my application, if I close it the permission stops working and when I reopen it when I activate the permission in settings it...

Hello, could you answer how to work with your package? For example, I want to get a specific element on the screen, but your stream doesn't always return all the...

### Checker The app will crash and throw an `IllegalArgumentException` in the `onDetachedFromEngine()` method when you try to close the app without invoking any method call using the specified channel....

I have tried to implement an overlay that doesn't cover the whole screen but failed to do so. For example, I want to show a small UI card on home...