device_package_info_manager 1.1.2
device_package_info_manager: ^1.1.2 copied to clipboard
A comprehensive Flutter package for managing device and package information across Flutter applications.
1.1.2 29.07.2025 #
- Updated flutter_shared_utilities to version 1.0.14
- Added url_launcher and related packages for enhanced functionality
- Improved device identification features
- Enhanced example app UI with new device identification demo
- Expanded device info manager capabilities with additional device identification methods
- Improved app device info model with enhanced device details
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