X-SLAYER / flutter_accessibility_service

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

Can you add the dispatchGesture() call? #27

Open jpfarias opened 6 months ago

jpfarias commented 6 months ago

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 how the plugin works to add it myself.