current_app_detector 1.0.5 copy "current_app_detector: ^1.0.5" to clipboard
current_app_detector: ^1.0.5 copied to clipboard

PlatformAndroid

A Flutter plugin to detect the current foreground app and navigate to home screen. Provides getCurrentApp() and goHome() methods for Android.

1.0.0 #

  • Initial release
  • Added getCurrentApp() method to detect current foreground app
  • Added goHome() method to navigate to home screen

1.0.1 #

  • Second release
  • Added getUsagePermission() method to ask for Usage Permission

1.0.2 #

  • Third release
  • Added checkUsagePermission method to check for Usage Permission

1.0.3 #

  • Fourth release
  • Added launchApp() method to launch an app by its package name

1.0.4 #

  • Fifth release
  • Added methods for Accessibility Service permission:
    • getAccessibilityPermission() to request permission from the user.
    • checkAccessibilityPermission() to verify if the service is enabled.
  • Added getScreenText() method to read all visible text content from the screen using the Accessibility Service.

1.0.5 #

  • Sixth release
  • Fixing the v1.0.4
0
likes
150
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to detect the current foreground app and navigate to home screen. Provides getCurrentApp() and goHome() methods for Android.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on current_app_detector

Packages that implement current_app_detector