flutter_device_specs 0.1.0 copy "flutter_device_specs: ^0.1.0" to clipboard
flutter_device_specs: ^0.1.0 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.0 #

  • Initial release of flutter_device_specs.
  • Deep Android hardware introspection and system diagnostics across 7 categories.
  • Support for commercial advertised RAM via advertisedMem on Android 14+ (API 34) with graceful fallback to totalMem on 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.
6
likes
140
points
117
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for deep Android hardware inspection, including advertised commercial RAM (Android 14+), CPU, battery, display, network, and sensors.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_device_specs

Packages that implement flutter_device_specs