device_id_all 0.0.5 copy "device_id_all: ^0.0.5" to clipboard
device_id_all: ^0.0.5 copied to clipboard

Best-effort Flutter plugin for Android and iOS device identifiers, including Android ID, OAID, GAID, IDFA and app UUID.

0.0.5 #

  • iOS 的 deviceModel 改为具体产品型号,例如 iPhone 16 Pro,同时继续通过 iosModelIdentifier 保留原始硬件标识。
  • iOS 模拟器优先读取 SIMULATOR_MODEL_IDENTIFIER,避免仅返回 arm64x86_64

0.0.4 #

  • 补充 pub.dev 元数据中的 GitHub 仓库地址和 Issues 反馈入口。

0.0.3 #

  • 新增 isSimulatorisRootedisJailbroken 字段,用于 best-effort 判断模拟器、Android root 和 iOS 越狱状态。

0.0.2 #

  • 新增设备基础信息字段,包括系统名称、系统版本、设备名称、厂商、品牌、型号、真机/模拟器判断等。
  • Android 新增 API Level、构建信息、硬件信息、ABI 列表等字段。
  • iOS 新增系统名称、型号描述、硬件型号标识、界面形态等字段。

0.0.1 #

  • 添加 Android/iOS 设备标识读取接口。
  • 支持 Android ID、IMEI、OAID、GAID、iOS IDFA、App 实例 UUID 等字段的尽力读取。
  • 明确不可读取标识返回 null,并补充平台限制说明。
2
likes
145
points
66
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Best-effort Flutter plugin for Android and iOS device identifiers, including Android ID, OAID, GAID, IDFA and app UUID.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on device_id_all

Packages that implement device_id_all