app_set_id 1.6.0
app_set_id: ^1.6.0 copied to clipboard
Tiny Flutter plugin to retrieve the App Set ID (Android) or Identifier for Vendor (IDfV, iOS)
1.6.0 #
- Updates the minimum supported SDK version to Flutter 3.44/Dart 3.12
- Migrates to built-in Kotlin
- Upgrade to Gradle 8.14 and Kotlin 2.3.20
- Compile against Java 17 instead of Java 8
- Raise the Android minimum SDK to 24, matching Flutter 3.44
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