device_fingerprint_plus 0.0.3
device_fingerprint_plus: ^0.0.3 copied to clipboard
Some native device information.
device_fingerprint_plus #
| 字段 | Android | iOS | 说明 |
|---|---|---|---|
| platform | ✅ | ✅ | 平台标识 |
| model / manufacturer / brand | ✅ | ✅ | 基础设备信息 |
| board / hardware / fingerprint | ✅ | 部分 | 系统底层标识(Android专属) |
| system_version | ✅ | ✅ | OS版本 |
| screen_* | ✅ | ✅ | 分辨率 / DPI |
| total_ram / total_storage | ✅ | ✅ | 物理资源 |
| cpu_abi / cpu_cores | ✅ | ✅ | CPU 架构与核心数 |
| sensor_list | ✅ | ❌ | 传感器清单 |
| font_scale | ✅ | ✅(approx.) | 字体缩放系数 |
| language_list | ✅ | ✅ | 系统语言列表 |
| timezone_id | ✅ | ✅ | 当前时区 |
| default_keyboard | ✅ | ❌ | 默认输入法包名 |
| device_name | ✅ | ✅ | 蓝牙/系统设备名 |
| is_usb_debugging | ✅ | ❌ | USB调试是否开启 |
| is_simulator | ✅ | ✅ | 是否是模拟器 |
| system_uptime_ms | ✅ | ✅ | 距上次开机时长(毫秒) |
Getting Started #
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.