PackageTrack
Sign in Get early access

android_id

A Flutter plugin for getting the Android ID. Only for Android.

0.5.2 fluttercommunity/android_id

What this package is like to depend on

Last release 1 months ago

06 Jul 2026

Release timing varies

gaps range from 2 weeks to 1.4 years

Nearly every release is documented

notes for 28 of 28 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

28 releases · first in 2022

5 releases in the last 12 months

see the full history below

Release timeline

28 releases · Aug 2022 to Jul 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 28
  1. 0.5.2 03 Jul 2026
    Release notes

    What's Changed

    Full Changelog: 0.5.1...0.5.2

    Open source →
    Release notes
    • Support Android Gradle Plugin 9 and Flutter's built-in Kotlin mode while keeping AGP 8 and Flutter's temporary android.builtInKotlin=false opt-out working.

    • Stop declaring plugin-owned Android Gradle Plugin and Kotlin Gradle Plugin classpaths.

    • Update the example Android app to Android Gradle Plugin 9.1.1.

    • Tested example integration tests with:

      Flutter AGP Kotlin mode
      3.44.4 stable 9.1.1 Flutter AGP 9 opt-out
      3.44.0 9.1.1 Flutter AGP 9 opt-out
      3.41.9 8.13.2 legacy KGP
      3.35.7 8.13.2 legacy KGP
      3.32.8 8.13.2 legacy KGP
    • Thanks to @raph5640, @amanvishwakarma96, and @Joschiller for reporting the AGP 9 build problem.

    Open source →
  2. 0.5.2+1 06 Jul 2026
    Release notes

    What's Changed

    • Reorder README sections.

    Full Changelog: 0.5.2...0.5.2+1

    Open source →
    Release notes
    • Reorder README sections.
    Open source →
  3. 0.5.1 21 Nov 2025
    Release notes

    What's Changed

    • Add troubleshooting documentation and integration tests for MissingPluginException by @Copilot in #117
    • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #118

    New Contributors

    • @Copilot made their first contribution in #117

    Full Changelog: 0.5.0...0.5.1

    Open source →
    Release notes
    • Add integration tests to verify plugin functionality across Android API levels
    • Add unit coverage to ensure the plugin returns null on non-Android platforms
    • Expand README with comprehensive troubleshooting guidance and defensive error-handling examples
    Open source →
  4. 0.5.0 15 Nov 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 0.4.1...0.5.0

    Open source →
    Release notes
    • Breaking: Flutter SDK constraint is now >=3.10.0 (Dart 3-only). Apps on older Flutter versions can’t upgrade.
    • Update Android tooling
    Open source →
  5. 0.4.1 14 Nov 2025
    Release notes

    What's Changed

    Full Changelog: 0.4.0...0.4.1

    Open source →
    Release notes
    • Maintenance release
    Open source →
  6. 0.4.0 06 Jun 2024
    Release notes

    What's Changed

    • Upgrade Android dependencies (Gradle, AGP, Java, Kotlin)
    • Widen flutter_lints constraints
    • Bump flutter_lints from 2.0.3 to 3.0.0 in /example by @dependabot in #63
    • Bump flutter_lints from 2.0.3 to 3.0.0 by @dependabot in #64
    • Bump kotlin_version from 1.9.10 to 1.9.20 in /example/android by @dependabot in #65
    • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.10 to 1.9.20 in /android by @dependabot in #66
    • Bump kotlin_version from 1.9.20 to 1.9.21 in /example/android by @dependabot in #72
    • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.20 to 1.9.21 in /android by @dependabot in #71
    • Bump com.android.tools.build:gradle from 8.1.2 to 8.1.4 in /example/android by @dependabot in #70
    • Bump com.android.tools.build:gradle from 8.1.2 to 8.1.4 in /android by @dependabot in #69
    • Bump actions/setup-java from 3 to 4 by @dependabot in #73
    • Bump kotlin_version from 1.9.21 to 1.9.22 in /example/android by @dependabot in #77
    • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.21 to 1.9.22 in /android by @dependabot in #76

    Full Changelog: 0.3.6...0.4.0

    Open source →
    Release notes
    • Upgrade Android dependencies (Gradle, AGP, Java, Kotlin)
    • Widen flutter_lints constraints
    Open source →
  7. 0.3.6 09 Oct 2023
    Release notes

    What's Changed

    • Return null on platforms other than Android, instead of throwing an exception
    • Bump actions/checkout from 3 to 4 by @dependabot in #58
    • Bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 in /android by @dependabot in #62
    • Bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 in /example/android by @dependabot in #61

    Full Changelog: 0.3.5...0.3.6

    Open source →
    Release notes
    • Return null on platforms other than Android, instead of throwing an exception
    Open source →
  8. 0.3.5 02 Sep 2023
    Release notes

    What's Changed

    • Improve workflows and dependabot
    • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.0 to 1.9.10 in /android by @dependabot in #54
    • Bump kotlin_version from 1.9.0 to 1.9.10 in /example/android by @dependabot in #55
    • Bump com.android.tools.build:gradle from 8.1.0 to 8.1.1 in /android by @dependabot in #53
    • Bump com.android.tools.build:gradle from 8.1.0 to 8.1.1 in /example/android by @dependabot in #52
    • Bump flutter_lints from 2.0.2 to 2.0.3 in /example by @dependabot in #57

    Full Changelog: 0.3.4...0.3.5

    Open source →
    Release notes
    • Maintenance release
    • Update kotlin and gradle
    Open source →
  9. 0.3.4 14 Aug 2023
    Release notes

    What's Changed

    • Refactor native code
    • Bump com.android.tools.build:gradle from 8.0.1 to 8.0.2 in /android by @dependabot in #41
    • Bump com.android.tools.build:gradle from 8.0.1 to 8.0.2 in /example/android by @dependabot in #42
    • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.21 to 1.8.22 in /android by @dependabot in #43
    • Bump kotlin_version from 1.8.21 to 1.8.22 in /example/android by @dependabot in #44
    • Bump flutter_lints from 2.0.1 to 2.0.2 in /example by @dependabot in #46
    • Bump kotlin_version from 1.8.22 to 1.9.0 in /example/android by @dependabot in #49
    • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.22 to 1.9.0 in /android by @dependabot in #48
    • Bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 in /android by @dependabot in #51
    • Bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 in /example/android by @dependabot in #50

    Full Changelog: 0.3.3...0.3.4

    Open source →
    Release notes
    • Refactor native code
    Open source →
  10. 0.3.3 12 May 2023
    Release notes

    What's Changed

    • Add topics to pubspec.yaml

    Full Changelog: 0.3.2...0.3.3

    Open source →
    Release notes
    • Add topics to pubspec.yaml
    Open source →
  11. 0.3.2 27 Apr 2023
    Release notes
    • Improve namespace fix for Android Gradle Plugin versions < 7
    Open source →
  12. 0.3.1 26 Apr 2023
    Release notes
    • Fix namespace for Android Gradle Plugin versions < 7
    Open source →
  13. 0.3.0 26 Apr 2023
    Release notes
    • Add namespace for compatibility with Android Gradle Plugin 8
    • Update Gradle version
    Open source →
  14. 0.2.0 05 Apr 2023
    Release notes
    • Update Gradle version
    • Update Android Gradle plugin version
    • Update Kotlin version
    • Add Gradle wrapper files
    • Update pubspec.lock of example (url: "https://pub.dev")
    Open source →
  15. 0.1.3 30 Oct 2022
    Release notes
    • Add building of example app to GitHub workflows
    • Remove unneeded code
    Open source →
  16. 0.1.3+1 06 Nov 2022
    Release notes
    • Improve readme: Add explanation for connection of Android ID and signing key
    Open source →
  17. 0.1.2 26 Oct 2022
    Release notes
    • Add Flutter test for example app to workflows
    Open source →
  18. 0.1.1 23 Oct 2022
    Release notes
    • Update example app dependencies
    Open source →
  19. 0.1.1+1 23 Oct 2022
    Release notes
    • Update readme
    Open source →
  20. 0.1.0 23 Oct 2022
    Release notes
    • Rename Android applicationId
    • Recreate android folder from template
    Open source →
  21. 0.0.8 19 Oct 2022
    Release notes
    • Add more GitHub Actions for checking code quality
    • Update kotlin_version from 1.6.10 to 1.7.20
    • Update gradle from 7.1.2 to 7.3.1
    • Add dependabot
    Open source →
  22. 0.0.7 12 Aug 2022
    Release notes
    • Add Google Play information to README.
    Open source →
  23. 0.0.6 12 Aug 2022
    Release notes
    • Lower minimal sdk version to 2.12.0.
    Open source →
  24. 0.0.5 11 Aug 2022
    Release notes
    • Documentation typo fix.
    Open source →
  25. 0.0.4 06 Aug 2022
    Release notes
    • Small improvements.
    Open source →
  26. 0.0.3 05 Aug 2022
    Release notes
    • Improve example.
    Open source →
  27. 0.0.2 05 Aug 2022
    Release notes
    • Enhance description to get full pub.dev score.
    Open source →
  28. 0.0.1 05 Aug 2022
    Release notes
    • Initial release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive