current_app_detector 1.0.5
current_app_detector: ^1.0.5 copied to clipboard
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
checkUsagePermissionmethod 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