Skip to content

2.0.4

Choose a tag to compare

@jonghoon023 jonghoon023 released this 16 Jun 08:38
· 3 commits to main since this release
a9f68c2
  • Fixed a bug on the Web platform where all devices were generating the same UUID (00000000-0000-4000-8000-000000000000)
  • Implemented Web-specific UUID generation: attempts to generate a UUID using a browser fingerprint; if that fails, falls back to a randomly generated UUID using Dart
  • The randomly generated UUID is stored in window.localStorage and reused across page reloads and browser sessions