package_info
Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.
2.0.2
9.9K downloads/mo
#2960 most downloaded on pub.dev
flutter/plugins
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships fairly regularly
a new release about every 5 weeks
Nearly every release is documented
notes for 35 of 35 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
36 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
36 releases · Jun 2017 to May 2021
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 36-
2.0.226 May 2021 -
2.0.125 May 2021 -
2.0.019 Feb 2021 -
0.5.0-nullsafety05 Feb 2021 pre-releaseNothing published for this version
-
0.4.322 Aug 2020 -
0.4.3+203 Nov 2020 -
0.4.3+429 Jan 2021Release notes
Open source →- Ensure
IntegrationTestPluginis registered inexampleapp, so Firebase Test Lab tests report test results correctly. Issue.
- Ensure
-
0.4.102 Jun 2020 -
0.4.024 Jan 2019Release notes
Open source →- Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.
-
0.4.0+108 Feb 2019Release notes
Open source →- Log a more detailed warning at build time about the previous AndroidX migration.
-
0.4.0+211 Mar 2019 -
0.4.0+310 Apr 2019 -
0.4.0+404 Jun 2019Release notes
Open source →- Add missing template type parameter to
invokeMethodcalls. - Bump minimum Flutter version to 1.5.0.
- Replace invokeMethod with invokeMapMethod wherever necessary.
- Add missing template type parameter to
-
0.4.0+516 Jul 2019 -
0.4.0+624 Jul 2019 -
0.4.0+716 Oct 2019 -
0.4.0+817 Oct 2019Release notes
Open source →- Support the v2 Android embedder.
- Update to AndroidX.
- Add a unit test.
- Migrate to using the new e2e test binding.
-
0.4.0+918 Oct 2019Release notes
Open source →- Android: Use android.arch.lifecycle instead of androidx.lifecycle:lifecycle in
build.gradleto support apps that has not been migrated to AndroidX.
- Android: Use android.arch.lifecycle instead of androidx.lifecycle:lifecycle in
-
0.4.0+1025 Oct 2019Release notes
Open source →- Include lifecycle dependency as a compileOnly one on Android to resolve potential version conflicts with other transitive libraries.
-
0.4.0+1125 Nov 2019 -
0.4.0+1203 Dec 2019Release notes
Open source →- Fix pedantic lints. This involved internally refactoring how the
PackageInfo.fromPlatformcode handled futures, but shouldn't change existing functionality.
- Fix pedantic lints. This involved internally refactoring how the
-
0.4.0+1310 Dec 2019Release notes
Open source →- Remove the deprecated
author:field from pubspec.yaml - Migrate the plugin to the pubspec platforms manifest.
- Require Flutter SDK 1.10.0 or greater.
- Remove the deprecated
-
0.4.0+1420 Feb 2020 -
0.4.0+1613 Mar 2020Release notes
Open source →- Declare API stability and compatibility with
1.0.0(more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
- Declare API stability and compatibility with
-
0.4.0+1721 Apr 2020Release notes
Open source →- Bump the minimum Flutter version to 1.12.13+hotfix.5.
- Clean up various Android workarounds no longer needed after framework v1.12.
- Complete v2 embedding support.
- Fix CocoaPods podspec lint warnings.
-
0.4.0+1812 May 2020 -
0.3.201 Jun 2018 -
0.3.2+114 Jan 2019 -
0.3.115 May 2018Release notes
Open source →- Added
appNamefield toPackageInfofor getting the display name of the app.
- Added
-
0.3.009 Mar 2018 -
0.2.128 Feb 2018 -
0.2.026 Jan 2018Release notes
Open source →- Breaking change. Introduced class
PackageInfoin place of individual functions. PackageInfoprovides all package information with a single async call.
- Breaking change. Introduced class
-
0.1.112 Jan 2018Release notes
Open source →- Added package name to available information.
- Simplified and upgraded Android project template to Android SDK 27.
- Updated package description.
-
0.1.020 Dec 2017Release notes
Open source →- Breaking change. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found here.
-
0.0.203 Dec 2017 -
0.0.112 Jun 2017