flutter_device_info_plus 0.0.1
flutter_device_info_plus: ^0.0.1 copied to clipboard
Enhanced device information with detailed hardware specs and capabilities. Get comprehensive device data including CPU, memory, storage, sensors, and system information.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2024-01-01 #
Added #
- Initial release of flutter_device_info_plus
- Enhanced device information retrieval with detailed hardware specifications
- Comprehensive platform support (Android, iOS, Web, Windows, macOS, Linux)
- Device hardware information including:
- CPU details (architecture, cores, frequency)
- Memory information (RAM, storage)
- Display specifications (resolution, density, refresh rate)
- Battery status and health information
- Sensor availability and capabilities
- Network interface details
- Operating system version and build information
- Device manufacturer and model details
- Cross-platform API with consistent interface
- Null safety support
- Comprehensive documentation and examples
- Unit tests with high coverage
- Flutter 3.10+ support with Dart 3.0+
Features #
- Hardware Specifications: Detailed CPU, memory, and storage information
- Display Information: Screen dimensions, pixel density, refresh rate
- Battery Details: Level, health, charging status, and capacity
- Sensor Detection: Available sensors and their capabilities
- Network Information: Connection type, speed, and interface details
- System Information: OS version, kernel, device identifiers
- Performance Metrics: Memory usage, CPU utilization
- Security Features: Device security status and capabilities
Platform Support #
- ✅ Android (API 21+)
- ✅ iOS (iOS 12.0+)
- ✅ Web (Progressive Web App compatible)
- ✅ Windows (Windows 10+)
- ✅ macOS (macOS 10.14+)
- ✅ Linux (Ubuntu 18.04+)