flutter_device_inspector 0.0.2
flutter_device_inspector: ^0.0.2 copied to clipboard
A Flutter plugin to inspect device details like model, RAM, CPU info, OS version, and more.
0.0.2 #
- Enhanced Web Support: Implemented SHA-256 Browser Fingerprinting for a constant unique ID that survives browser reinstallation.
- Hardware Metrics: Added Total Storage retrieval in MB.
- Unit Formatting: RAM is now automatically formatted in GB with two decimal places.
- Processor Fix: Improved Android CPU detection to return actual hardware names instead of processor IDs.
- Documentation: Major overhaul of README with detailed implementation specs.
0.0.1 #
- Initial release.
- Added support for retrieving device model, total RAM, CPU info, OS version, manufacturer, brand, and total storage.
- Implemented platform-specific code for Android and iOS.
- Added full Web support with persistent Browser ID and hardware detection.