app_set_id 1.5.2
app_set_id: ^1.5.2 copied to clipboard
Tiny Flutter plugin to retrieve the App Set ID (Android) or Identifier for Vendor (IDfV, iOS)
1.5.2 #
- Fix Kotlin compilation when consumers opt out of built-in Kotlin (
android.builtInKotlin=false) on AGP 9+
1.5.0 #
- Migrates to built-in Kotlin (retaining pre-3.44 Flutter compatibility)
1.4.0 #
- SPM support
1.3.0 #
- Upgrade Android Gradle plugin and use declarative plugin application
- Web WASM compilation support
1.2.1 #
- Align version number between Flutter package and native code
1.2.0 #
- Added support for MacOS (which returns the primary MAC address)
1.1.0 #
- Upgraded Gradle to 8.0
1.0.0 #
- Reduce minimum Dart SDK version to 2.17.0
0.1.0 #
- Base implementation