apps_utils 0.0.3
apps_utils: ^0.0.3 copied to clipboard
A Flutter plugin for Android device application management, providing functionality to list installed apps, launch system applications, and manage app settings.
0.0.3 #
- Initial release of the apps_utils Flutter plugin
- Core functionality implemented:
- Get list of installed applications with optional app icons
- Launch system applications (calendar, camera, clock, phone, settings)
- Open application settings for specific apps
- Launch specific applications by package name
- Android platform support with required permissions handling
- Comprehensive documentation and example project added
- Basic error handling implementation