Skip to content

1.0.0

Choose a tag to compare

@jonghoon023 jonghoon023 released this 15 Apr 10:42
· 14 commits to main since this release
  • Initial release of the unique_device_identifier Flutter plugin.
  • Supports the following platforms:
    • ✅ Android (Settings.Secure.ANDROID_ID)
    • ✅ iOS (UIDevice.identifierForVendor)
    • ✅ Windows (MachineGuid from registry)
    • ✅ macOS (IOPlatformUUID via IOKit with macOS 12+ fallback)
    • ✅ Linux (/etc/machine-id)
    • ✅ Web (fingerprint-based hash with fallback to random UUID, stored in localStorage)
  • No external dependencies required.
  • Provides a consistent getUniqueIdentifier() interface for all platforms using MethodChannel and Dart interop.