native_id 1.0.0
native_id: ^1.0.0 copied to clipboard
A Flutter package to retrieve unique device identifiers and comprehensive device information across different platforms.
1.0.0 #
Breaking Changes: This package now completely rewrite on top of
device_info_plusplugin. Please useimport 'package:native_id/legacy.dart'for old implementation.
- Get unique device identifiers for all platforms
- Retrieve comprehensive device information
- Support for Android, iOS, Windows, macOS, Linux, and Web
- Type-safe model classes
- Easy to use API
- Now, built on top of device_info_plus
0.0.7 #
- Migrate to swift package manager for iOS
- Bumps dependencies
- Update dart sdk constraint to
^3.10.4 - Update flutter sdk constraint to
>=3.3.0
0.0.6 #
- bumps dependencies
0.0.5 #
- Upgrade
flutter_lintsto3.0.0 - Update
README.md
0.0.4 #
- Upgrade flutter constraint to
>=3.1.0 <4.0.0 - Change ios implementation using swift
0.0.3 #
- Change function for iOS id.
0.0.2 #
- Upgrade flutter version upgrade to
3.7.3 - Upgrade kotlin version to
1.7.21 - Upgrade android gradle version to
7.2.2
0.0.1 #
- Unique ID -
ANDROID_IDforandroidandidentifierForVendorforiOS. - UUID -
UUIDforandroidandidentifierForVendorforiOS.
