flutter_device_specs 0.1.1
flutter_device_specs: ^0.1.1 copied to clipboard
A Flutter plugin for deep Android hardware inspection, including advertised commercial RAM (Android 14+), CPU, battery, display, network, and sensors.
0.1.1 #
- Enhanced Enum for Sensors: Upgraded
SensorTypeto an enhanced enum withvalue,label(French name), anddescription(sensor functionality). - Added
SensorType.tryParse()andSensorType.fromValue()helper methods. - Improved example app with dynamic sensor list, tooltips, interactive details dialog, and search integration.
- Added unit test coverage for sensor enum serialization and properties.
- Documentation improvements in README.
0.1.0 #
- Initial release of
flutter_device_specs. - Deep Android hardware introspection and system diagnostics across 7 categories.
- Support for commercial advertised RAM via
advertisedMemon Android 14+ (API 34) with graceful fallback tototalMemon older versions. - Detailed Processor (CPU) specifications (architecture, logical core count, max frequency, supported instruction set features like NEON and AES).
- Live battery diagnostics (level, charging status, health, temperature, voltage, and hardware capacity).
- Display specifications (resolution, estimated diagonal size in inches, refresh rate, pixel density, orientation, and HDR support).
- Hardware sensor detection (accelerometer, gyroscope, proximity, biometric readers, etc.).
- Network telemetry snapshot (connection type, validated internet status, link speed, local IP, MAC address).
- Safe stub implementation for iOS returning structured
PlatformException(unimplemented) without crashing.