PackageTrack
Sign in Get early access

package_info_plus

Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.

10.2.1 5.3M downloads/mo #146 most downloaded on pub.dev fluttercommunity/plus_plugins

What this package is like to depend on

Last release 1 months ago

15 Jul 2026

Ships unpredictably

gaps range from 9 days to 7 months

Nearly every release is documented

notes for 59 of 59 stable releases

1 version withdrawn

withdrawn after publishing

6 years old

62 releases · first in 2020

6 releases in the last 12 months

see the full history below

Release timeline

62 releases · Apr 2020 to Jul 2026
2021 2022 2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 60 of 62
  1. 10.2.1 15 Jul 2026
    Release notes

    Publish package_info_plus-v10.2.1.

    Open source →
    Release notes
    • FIX(package_info_plus): raise Apple platform minimums in SPM manifests to match FlutterFramework (#3922). (4962175c)
    Open source →
  2. 10.2.0 26 Jun 2026
    Release notes
    • REFACTOR(package_info_plus): change android gradle from groovy to kotlin (#3858). (40bb8477)
    • FEAT(package_info_plus): Updated Swift Package Manager setup for Flutter 3.44 (#3910). (7d46a461)
    • FEAT(package_info_plus): Add support of built-in Kotlin (#3894). (479ef7d2)
    Open source →
  3. 10.1.0 21 Apr 2026
    Release notes
    • FEAT(package_info_plus): Lower requirements to Dart 3.10 and Flutter 3.38.1 (#3804). (bed26b5c)
    Open source →
  4. 10.0.0 10 Apr 2026
    Release notes

    Note: This release has breaking changes.

    Due to an update of win32 to 6.0.0, package requirements were also changed to match this update:

    • Minimum Flutter version is 3.41.6
    • Minimum Dart version is 3.11.0
    • Min iOS is 13.0
    • Min macOS is 10.15

    Since this release was already breaking, the rest of the dependencies were also updated to the latest possible versions.

    • BREAKING FEAT(package_info_plus): Bump win32 from 5.15.0 to 6.0.0 (#3760). (f0da4b91)
    Open source →
  5. 9.0.1 30 Mar 2026
    Release notes
    • DOCS(package_info_plus): add installerStore values documentation (#3721). (0534cd2d)
    Open source →
  6. 9.0.0 11 Sep 2025
    Release notes

    Note: This release has breaking changes.

    On Android plugin now requires the following:

    • Android Gradle Plugin >=8.12.1
    • Gradle wrapper >=8.13
    • Kotlin 2.2.0
    • DOCS(all): replace MacOS by macOS in package READMEs (#3658). (72b6234c)
    • BREAKING FEAT(package_info_plus): Change Android compile SDK, update Android build config (#3674). (78c2b742)
    Open source →
  7. 8.3.1 11 Aug 2025
    Release notes
    • FIX(package_info_plus): incorrect install time on macOS when app sandbox disabled (#3638). (2cf9297b)
    Open source →
  8. 8.3.0 25 Feb 2025
    Release notes
    Open source →
  9. 8.2.1 07 Feb 2025
    Release notes
    • FIX(package_info_plus): convert installTime to String instead of DateTime to avoid serialization issues (#3464). (aa10ce75)
    • FIX(package_info_plus): fix macOS compilation warning (#3460). (6eec56c4)
    Open source →
  10. 8.2.0 03 Feb 2025
    Release notes
    Open source →
  11. 8.1.4 28 Jan 2025
    Release notes
    • DOCS(package_info_plus): doc ref links and unnecessary library names (#3433). (9275f622)
    Open source →
  12. 8.1.3 14 Jan 2025
    Release notes
    • FIX(package_info_plus): Resolve compilation issues with SPM enabled (#3406). (d421ec0e)
    Open source →
  13. 8.1.2 12 Dec 2024
    Release notes
    • REFACTOR(all): Use range of flutter_lints for broader compatibility (#3371). (8a303add)
    • FIX(package_info_plus): add support for file scheme on web (#3345). (2d69758d)
    Open source →
  14. 8.1.1 07 Nov 2024
    Release notes
    • FIX(package_info_plus): Update privacy manifest path (#3348). (f47fcc97)
    Open source →
  15. 8.1.0 17 Oct 2024
    Release notes
    • FEAT(package_info_plus): Add Swift Package Manager support (#3171). (a14d4727)
    Open source →
  16. 8.0.3 09 Oct 2024
    Release notes
    Open source →
  17. 8.0.2 09 Aug 2024
    Release notes
    • CHORE(package_info_plus): Update to package:web to ">=0.5.0 <2.0.0" (#3102). (05f8afb8)
    • DOCS(package_info_plus): Update plugin requirements in README (#3163). (6f09bb7e)
    Open source →
  18. 8.0.1 29 Jul 2024
    Release notes
    • FIX(package_info_plus): Address changed fields nullability on Android 15 (API 35) (#2975). (dfa3bc2d)
    • REFACTOR(all): Remove website files, configs, mentions (#3018). (ecc57146)
    • FIX(all): changed homepage url in pubspec.yaml (#3099). (66613656)
    Open source →
  19. 8.0.0 22 Apr 2024
    Release notes

    Note: This release has breaking changes.

    • DOCS(package_info_plus): Add platform specific documentation (#2845). (ad06a236)
    • DOCS(package_info_plus): Improve web documentation re. CORS (#2841). (7d712ef8)
    • BREAKING FEAT(package_info_plus): Switch to SHA-256 for buildSignature on Android (#2835). (7259af20)
    Open source →
  20. 7.0.0 08 Apr 2024
    Release notes

    Note: This release has breaking changes.

    • REFACTOR(package_info_plus): Migrate Android example to use the new plugins declaration (#2715). (33681cd9)
    • BREAKING FEAT(package_info_plus): Support multiple version.json locations in web (#2733). (26047f30)
    Open source →
  21. 6.0.0 20 Mar 2024
    Release notes

    Note: This release has breaking changes.

    In this release plugin migrated from dart:html to js_interop, meaning that it now supports WASM!

    Plugin now requires the following:

    • Flutter >=3.19.0

    • Dart >=3.3.0

    • compileSDK 34 for Android part

    • Java 17 for Android part

    • Gradle 8.4 for Android part

    • BREAKING REFACTOR(package_info_plus): bump MACOSX_DEPLOYMENT_TARGET from 10.11 to 10.14 (#2593). (99c832ea)

    • BREAKING BUILD(package_info_plus): Target Java 17 on Android (#2728). (23f2a7c2)

    • BREAKING BUILD(package_info_plus): Update to target and compile SDK 34 (#2707). (df33fbd)

    • FIX(package_info_plus): Add iOS Privacy Info (#2584). (895fe1a2)

    • FEAT(package_info_plus): Update min iOS target to 12, bump min Dart SDK to 3.3 (#2660). (6c0766dd)

    • FEAT(package_info_plus): Use js_interop instead of html to support compilation to WASM (#2625). (c9435836)

    Open source →
  22. 5.0.1 20 Nov 2023
    Release notes

    Note: This release has breaking changes.

    • BREAKING FIX(package_info_plus): Allow no page extension in versionJsonUrl on web (#2381). (32652b87)
    • BREAKING(package_info_plus): Bump min Dart to 3.2.0 and min Flutter to 3.6.0 to support pkg:web (#2316). (450aeb57)
    • FEAT(package_info_plus): Migrate to pkg:web from dart:html. (#2316). (450aeb57)
    Open source →
  23. 5.0.0 09 Oct 2023 withdrawn
    Release notes

    Note: This release was retracted due to (#2251).

    Open source →
  24. 4.2.0 14 Oct 2023
    Release notes

    Info: This release is a replacement for release 5.0.0, which was retracted due to issue (#2251). As breaking change was reverted the major release was also reverted in favor of this one.

    • FIX(package_info_plus): Change Kotlin version from 1.9.10 to 1.7.22 (#2254). (885a2a1f)
    • FIX(package_info_plus): Revert bump compileSDK to 34 (#2232). (e25e3902)
    • FEAT(package_info_plus): Remove deprecated VALID_ARCHS iOS property (#2023). (4e172576)
    • DOCS(package_info_plus): Add explanation for known issue on Windows (#2029). (87457bf4)
    Open source →
  25. 4.1.0 02 Aug 2023
    Release notes
    • FIX(package_info_plus): proper version.json url for files with special characters (#2015). (235ee391)
    • FIX(package_info_plus): not working in Windows release mode from network location (#1931). (784caca5)
    • FIX(package_info_plus): Regenerate iOS and MacOS example apps (#1871). (0102fbbd)
    • FEAT(package_info_plus): Added toMap method (#1926). (4696ff45)
    • DOCS(all): Fix example links on pub.dev (#1863). (d726035a)
    Open source →
  26. 4.0.2 29 May 2023
    Release notes
    • CHORE(package_info_plus): Update http dependency constraints (#1851)(#1851). (1463bea)
    Open source →
  27. 4.0.1 19 May 2023
    Release notes
    • FIX(package_info_plus): Get Windows package info when app is on a network drive (#1697). (d7f9c28b)
    • FIX: Add jvm target compatibility to Kotlin plugins (#1798). (1b7dc432)
    • DOCS(all): Update READMEs (#1828). (57d9c884)
    • CHORE(package_info_plus): Win32 dependency upgrade (#1805). (3f68800)
    Open source →
  28. 4.0.0 09 May 2023
    Release notes

    Note: This release has breaking changes.

    • CHORE(package_info_plus): Update Flutter dependencies, set Flutter >=3.3.0 and Dart to >=2.18.0 <4.0.0
    • BREAKING FIX(all): Add support of namespace property to support Android Gradle Plugin (AGP) 8 (#1727). Projects with AGP < 4.2 are not supported anymore. It is highly recommended to update at least to AGP 7.0 or newer.
    • BREAKING CHORE(package_info_plus): Bump min Android to 4.4 (API 19) and iOS to 11, update podspec file (#1776).
    • REFACTOR(package_info_plus): Tidy up Windows implementation (#1768).
    • DOCS(package_info_plus): Explain why buildNumber returns version when no build number defined (#1729).
    Open source →
  29. 3.1.2 27 Apr 2023
    Release notes
    • FIX(all): Revert addition of namespace to avoid build fails on old AGPs (#1725).
    Open source →
  30. 3.1.1 26 Apr 2023
    Release notes
    • FIX(package_info_plus): remove html file parts from version url (#1330).
    • FIX(package_info_plus): Add compatibility with AGP 8 (Android Gradle Plugin) (#1704).
    Open source →
  31. 3.1.0 10 Apr 2023
    Release notes
    • REFACTOR(all): Remove all manual dependency_overrides (#1628).
    • FIX(package_info_plus): Make example app content scrollable (#1614).
    • FIX(package_info_plus): Make installerStore an optional argument in mocks (#1547).
    • FIX(all): Fix depreciations for flutter 3.7 and 2.19 dart (#1529).
    • FEAT(package_info_plus): Use new API to get install source on Android >= 11 (#1616).
    Open source →
  32. 3.0.3 09 Feb 2023
    Release notes
    • REFACTOR: Remove nullable struct fields (#1526).
    • DOCS: Fixed markdown table formatting in README (#1477).
    • DOCS: Updates for READMEs and website pages (#1389).
    Open source →
  33. 3.0.2 14 Nov 2022
    Release notes
    • FIX: adds value equality for PackageInfo (#1328).
    Open source →
  34. 3.0.1 20 Oct 2022
    Release notes
    • FIX: Increase min Flutter version to fix dartPluginClass registration (#1275).
    Open source →
  35. 3.0.0 18 Oct 2022
    Release notes

    Note: This release has breaking changes.

    • BREAKING REFACTOR: two-package federated architecture (#1236).
    • BREAKING REFACTOR: two-package federated architecture (#1228).
    Open source →
  36. 2.0.0 10 Oct 2022
    Release notes

    Note: This release has breaking changes.

    • BREAKING FEAT: Add information about the installer store (#1135).
    Open source →
  37. 1.4.3 21 Jul 2022
    Release notes
    • Windows: Updated package_info_plus_windows to version 2.0.0.
    • MacOS: Updated package_info_plus_macos to 1.3.0.
    • Updated test to 1.21.1.
    • Updated flutter_lints to 2.0.1.
    Open source →
  38. 1.4.3+1 10 Aug 2022
    Release notes
    • Add issue_tracker link.
    Open source →
  39. 1.4.2 05 Apr 2022
    Release notes
    • Web: Resolve package_name
    • Linux: Resolve package_name
    Open source →
  40. 1.4.1 05 Apr 2022
    Release notes
    • Windows: Fix MissingPluginException
    • Linux: Fix MissingPluginException
    Open source →
  41. 1.4.0 20 Feb 2022
    Release notes
    • Android: Migrate to Kotlin
    • Android: Update dependencies, build config updates
    • Android: Fix project title
    Open source →
  42. 1.3.1 16 Feb 2022
    Release notes
    • Fix embedding issue in example
    Open source →
  43. 1.3.0 06 Oct 2021
    Release notes
    • Removed deprecated embeddingV1 function
    • Upgraded gradle and Android API version
    Open source →
  44. 1.2.1 03 Oct 2021
    Release notes
    • Windows: Annotate int with external in preparation of Flutter 2.5
    Open source →
  45. 1.2.0 02 Oct 2021
    Release notes
    • fix app name on iOS and macOS
    Open source →
  46. 1.1.0 01 Oct 2021
    Release notes
    • migrate integration_test to flutter sdk
    Open source →
  47. 1.0.6 24 Aug 2021
    Release notes
    • Web: Fixed url resolving for the version.json
    Open source →
  48. 1.0.5 18 Aug 2021
    Release notes
    • Remove the required keyword of buildSignature in PackageInfo's constructor to restore backward compatibility
    Open source →
  49. 1.0.4 16 Jul 2021
    Release notes
    • Add buildSignature to Android package info to retrieve the signing certifiate SHA1 at runtime.
    Open source →
  50. 1.0.3 15 Jun 2021
    Release notes
    • Android: migrate to mavenCentral
    Open source →
  51. 1.0.2 07 Jun 2021
    Release notes
    • Add cache buster to version.json
    Open source →
  52. 1.0.1 28 Apr 2021
    Release notes
    • Improve documentation
    Open source →
  53. 1.0.0 02 Mar 2021
    Release notes
    • Migrate to null-safety
    • Update dependencies
    • Fix dart SDK constraints
    Open source →
  54. 1.0.0-nullsafety.1 25 Feb 2021 pre-release

    Nothing published for this version

  55. 1.0.0-nullsafety.0 22 Feb 2021 pre-release

    Nothing published for this version

  56. 0.6.4 16 Feb 2021
    Release notes
    • Add support for mock data during tests
    Open source →
  57. 0.6.3 13 Dec 2020
    Release notes
    • Fix base URI resolving for Web
    • Fix platform interface dependency version for Linux
    Open source →
  58. 0.6.2 08 Dec 2020
    Release notes
    • Fix collision with package_info
    Open source →
  59. 0.6.1 08 Dec 2020
    Release notes
    • Fix package dependencies with the windows and web plugins
    Open source →
  60. 0.6.0 08 Dec 2020
    Release notes
    • Changed method channel name
    • Moved Java files to different java package to avoid issues with package_info
    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