flutter_udid 4.0.0
flutter_udid: ^4.0.0 copied to clipboard
Plugin to retrieve a persistent UDID across reinstalls on iOS and Android
4.0.0 #
- BREAKING: Linux will always use the id located at /etc/machine-id now, and not use the BIOS UUID due to permission issues
3.0.1 #
- Upgrade Gradle to 8.12, Android Gradle Plugin to 8.3, Kotlin version to 1.8.22 and Java version to 11
3.0.0 #
- Add Windows and Linux support
2.1.1 #
- Remove namespace from AndroidManifest.xml
2.1.0 #
- Increase minimum flutter version to 3.10.0
- Cleanup and update gradle files and iOS classes
2.0.1 #
- Increase Gradle, Kotlin and compileSdk version
2.0.0 #
- Support null-safety
1.2.0 #
- Add MacOS support
- Fix Android crash
1.1.0 #
- Increase environment constraints
- Migrate to new Android flutter embedding and plugin binding
- Regenerate Podfile
- Update crypto dependency to 3.0.0
- Enable AndroidX for example app
- Use new platform specification
1.0.1 #
- Migrate to AndroidX
- Specify Swift version in podspec
1.0.0 #
- Update Gradle and Kotlin plugins
0.0.3 #
- Minor reformatting
0.0.2 #
- Added consistentUdid to get an UDID of the same format on both platforms
0.0.1 #
- Initial release