apps_handler 1.0.1
apps_handler: ^1.0.1 copied to clipboard
A Flutter plugin to manage and monitor installed applications on Android devices.
Changelog #
1.0.1 - 2024-12-24 #
1.0.0 - 2024-12-21 #
Initial Release 🎉 #
Features
-
App Discovery
- Get a list of installed applications
- Filter system apps and apps with launch intent
- Retrieve app icons and detailed app information
-
Real-time Monitoring
- Track app installations, uninstallations, and updates via event streams
-
App Management
- Launch applications by package name
- Check if specific apps are installed
- Uninstall applications using the system dialog
-
Detailed App Information
- App name, package name, version details, category, and system app status
- Installation and update timestamps
- Application icon (optional)
Platform Support
- ✅ Android (Minimum SDK 21)
- ❌ iOS (not supported)