device_package_info_manager 1.1.1
device_package_info_manager: ^1.1.1 copied to clipboard
A comprehensive Flutter package for managing device and package information across Flutter applications.
1.1.1 #
- Update README.md file
1.1.0 #
- BREAKING CHANGE: Converted API from async to sync after initial setup
- Use
await PackageInfoManagerImpl.create()
andawait DeviceInfoManagerImpl.create()
for initialization - All getter methods now return synchronous values instead of Future
- Use
- Added comprehensive debug and monitoring capabilities
- New
getDebugInfo()
methods for troubleshooting - Enhanced debug information display in example app
- New
- Significant code optimization and cleanup
- Reduced codebase by ~200 lines while maintaining functionality
- Improved performance with synchronous access after initialization
- Enhanced example application with debug tools and better UI
- Improved error handling and logging utilities
1.0.1 #
- Fix linter problems
- Add additional public API documentations
1.0.0 #
- Initial release with comprehensive device and package information management
- Added
PackageInfoManager
for package information retrieval and management - Added
DeviceInfoManager
for device information retrieval and management - Added
AppPackageInfo
andAppDeviceInfo
models extendingBaseDataModel
- Added comprehensive validation, caching, and utility methods
- Added example application demonstrating both package and device info features
- Added extensive documentation and API reference