flutter_read_device 1.0.1
flutter_read_device: ^1.0.1 copied to clipboard
A production-ready Flutter SDK that combines device_info_plus and package_info_plus into a unified device and app information API.
1.0.1 #
- Updated package dependencies to latest stable versions.
- Improved compatibility with latest Flutter and Dart SDK versions.
- Fixed analyzer warnings and lint issues.
- Cleaned up unnecessary library declarations.
1.0.0 #
- Initial release of
flutter_read_device. - Unified API for collecting application and device information via
FlutterReadDevice.collect(). - Implemented Clean Architecture:
- Models: Immutable models for
AppInfoModel,DeviceInfoModel, andFlutterReadDeviceInfowithEquatablesupport. - Collectors: Platform-specific logic for
device_info_plusandpackage_info_plus. - Services: Singleton service for managing data collection and caching.
- Extensions: Convenient platform helpers like
isAndroid,isIOS,isEmulator, andisAndroid13Above.
- Models: Immutable models for
- Full JSON serialization support (
toMapandtoJson). - Comprehensive documentation and example project.