# device_fingerprint_plus **Repository Path**: yangguang0815/device_fingerprint_plus ## Basic Information - **Project Name**: device_fingerprint_plus - **Description**: Some native device information. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-11 - **Last Updated**: 2025-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 | ✅ | ✅ | 距上次开机时长(毫秒) | | is_rooted_jailbroken | ✅ | ✅ | 超级权限 | | is_multi_app | ✅ | ❌ | 多开/分身 | | battery_level | ✅ | ✅ | 电量 | | is_charging | ✅ | ✅ | 是否在充电 | | carrier_name | ✅ | ✅ | 运营商,获取不到显示"Android","iOS" | | getAccelerometerStream() | ✅ | ✅ | 获取加速器数据监听 | ## Getting Started This project is a starting point for a Flutter [plug-in package](https://flutter.dev/to/develop-plugins), 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](https://docs.flutter.dev), which offers tutorials, samples, guidance on mobile development, and a full API reference.