udid_new 0.0.1
udid_new: ^0.0.1 copied to clipboard
A cross-platform Flutter plugin to retrieve unique device identifiers (UDID) on Android and iOS with SHA-256 hashing support and Keychain persistence.
0.0.1 #
- Initial release
- Support for Android and iOS platforms
- Get platform-specific device UDID
- Get consistent SHA-256 hashed UDID across platforms
- iOS: identifierForVendor with Keychain persistence
- Android: Android ID from secure settings
- Automatic migration from legacy Keychain storage (iOS)
- Comprehensive test coverage (100%)
- Example app demonstrating usage