device_inspector 0.0.2
device_inspector: ^0.0.2 copied to clipboard
A production-grade, cross-platform Flutter hardware and system inspector plugin providing CPU, memory, GPU, battery, storage, network, and sensor diagnostics.
0.0.2 #
- Updated documentation and added desktop and mobile dashboard screenshots in
README.md. - Updated repository URL in
pubspec.yaml.
0.0.1 #
- Initial release of
device_inspector. - Comprehensive hardware and system information across Android, iOS, Windows, Linux, and macOS.
- CPU specs, physical/logical core counts, frequencies, overall and per-core usage.
- Memory (RAM) and swap memory statistics.
- GPU specs, renderer details, VRAM, and supported graphics APIs.
- Storage volume details and filesystem capacity metrics.
- Battery diagnostics including level, status, temperature, voltage, and current.
- Network interface details, IP addresses, status, and MAC addresses.
- Hardware sensor discovery and status.
- Live performance metrics streaming with
watchMetrics(). - Feature capability detection (
DeviceCapabilities) and structured exception model (DeviceInspectorException).