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

There are some questions before use #2

Closed endachao closed 2 years ago

endachao commented 2 years ago

hi

I was looking for information about flutter accessibility service and found this project, it's really an interesting project

However, I am not an android developer, can this project help me to control other APPs?

For example, can I use this project to control android to automatically click on an application? Do something automatically after opening the app?

Looking forward to your help, thank you

X-SLAYER commented 2 years ago

Hello, currently the plugin does not give access to make clicks or control some inputs ext... The plugin just gives you the information about the status of the current appd like isActive their text

zhangyusheng211 commented 1 year ago

Hello, is there any plan to support this function in the future? I hope to realize software automation control function with the help of this plugin.