unique_identifier_3 0.1.0 copy "unique_identifier_3: ^0.1.0" to clipboard
unique_identifier_3: ^0.1.0 copied to clipboard

A Flutter plugin for retrieving a device's unique identifier across Android, iOS, Web, macOS, Linux, and Windows platforms.

0.1.0 #

  • Added support for Web, macOS, Linux, and Windows platforms
  • Web: Retrieves UUID from localStorage, with browser fingerprint and random generation fallbacks
  • macOS: Retrieves IOPlatformUUID via IOKit (uses kIOMainPortDefault on macOS 12+, falls back to kIOMasterPortDefault for macOS 11)
  • Linux: Reads /etc/machine-id
  • Windows: Reads MachineGuid from registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography
  • Fixed iOS implementation to use UIDevice.identifierForVendor instead of custom UUID
  • Added Swift Package Manager support via Package.swift
  • Updated flutter_lints to ^6.0.0

0.0.1 #

  • Initial release with Android and iOS support
4
likes
140
points
131
downloads

Documentation

API reference

Publisher

verified publisherjinosh.site

Weekly Downloads

A Flutter plugin for retrieving a device's unique identifier across Android, iOS, Web, macOS, Linux, and Windows platforms.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on unique_identifier_3

Packages that implement unique_identifier_3