accessibility_service 0.0.1 copy "accessibility_service: ^0.0.1" to clipboard
accessibility_service: ^0.0.1 copied to clipboard

A plugin for accessing Accessibility Service event.

accessibility_service #

Well it's a plugin for interacting with Accessibility Service in Android. This will probably crash if called in iOS device.

Getting Started #

There are only 5 functions implemented:

  • serviceStatus: check if the service is online.
  • requestToStartService: open an intent to Accessibility Settings, that's all
  • stopService: stop the Accessibility service.
  • setCallbackOnAccessibilityEvent: set a callback when an AccessibiltyEvent is received. Only static or top-level callback is accepted. Please call this before starting the service.
  • setupFilterAccessibilityEvents: set a filter to choose which kind of events we want to react.
3
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A plugin for accessing Accessibility Service event.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

battery_plus, flutter, permission_handler

More

Packages that depend on accessibility_service