'Is it possible to use Flutter to make Android app that implemented Accessibility API?
Have anyone had the experience in using Flutter to make Android app that utilize the Android accessibility API?
Is this possible?
Solution 1:[1]
Yes it's possible of course since it's possible with native android you can use native channels for this I have already built a plugin for interacting with accessibility service in android and he does the job you can read contents from the screen outside with it this is the plugin flutter_accessibility_service just check the example and instruction from the use
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Iheb Briki |