in_app_update
Enables In App Updates on Android using the official Android APIs.
5.0.0
212K downloads/mo
#827 most downloaded on pub.dev
jonasbark/flutter_in_app_update
What this package is like to depend on
Last release 1 months ago
04 Jul 2026
Release timing varies
gaps range from 3 weeks to 1.3 years
Most releases are documented
notes for 28 of 35 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
35 releases · first in 2019
3 releases in the last 12 months
see the full history below
Release timeline
35 releases · Oct 2019 to Jul 2026Releases
latest 35-
5.0.004 Jul 2026Release notes
Open source →- Breaking: requires Flutter 3.44 / Dart 3.12 or newer.
- Migrate to Flutter's built-in Kotlin: the plugin no longer applies the Kotlin Gradle Plugin or declares its classpath, and uses the
kotlin { compilerOptions }DSL instead ofkotlinOptions(fixes #137)
-
4.2.514 Sep 2025 -
4.2.409 Sep 2025 -
4.2.302 Jun 2024 -
4.2.209 Oct 2023Release notes
Open source →- Match Kotlin jvm compatibility to java compatibility thanks to @ciriousjoker
-
4.2.114 Sep 2023 -
4.2.023 Aug 2023 -
4.1.420 Jun 2023Release notes
Open source →- use kotlin 1.7.10, which is the oldest version supported by the play store update library. You will need to adjust this in your project if you use an older version of kotlin.
-
4.1.317 Jun 2023 -
4.1.217 Jun 2023Nothing published for this version
-
4.1.116 Jun 2023Release notes
Open source →- fix data type for
immediateAllowedPreconditionsandflexibleAllowedPreconditions(fixes #99)
- fix data type for
-
4.1.015 Jun 2023Release notes
Open source →- update Play In-App Update library to 2.10.1, which includes support for Android 14
- introduce
immediateAllowedPreconditionsandflexibleAllowedPreconditionsfields toAppUpdateInfoto check why an update may not be possible
-
4.0.116 Nov 2022 -
4.0.016 Nov 2022Release notes
Open source →- Update dependencies
- InstallStatus and UpdateAvailability are now enums
- update Dart to min 2.17
- catch SendIntentException caused by the play store update library (fixes #46)
-
3.0.018 Feb 2022Release notes
Open source →- Update dependencies
- Introduce
AppUpdateResultto know if update is success, user denied or failed. - Change to return PlatformException with proper error code instead of message only.
-
2.0.007 Mar 2021Release notes
Open source →- Migrated to null safety (#60)
- Breaking: Replaced
updateAvailablewithupdateAvailability. - Expose more fields to access, added
updateAvailability,installStatus,clientVersionStalenessDaysandupdatePriority. (#40) - Introduce
UpdateAvailabilityandInstallStatusfor constants.
-
1.1.1507 Jan 2021Release notes
Open source →- fix android Gradle version (6.5.+) build error (#55). thanks for https://github.com/mig35
-
1.1.1404 Nov 2020 -
1.1.1324 Oct 2020 -
1.1.1222 Oct 2020 -
1.1.1112 May 2020Release notes
Open source →- Update Dependencies (possible fix for #31)
- implement to new Flutter plugin format (#29, #27)
-
1.1.1011 May 2020Nothing published for this version
-
1.1.911 May 2020Nothing published for this version
-
1.1.810 May 2020Nothing published for this version
-
1.1.729 Feb 2020 -
1.1.613 Nov 2019 -
1.1.509 Nov 2019 -
1.1.404 Nov 2019Release notes
Open source →- Expose Available Version Code: https://developer.android.com/reference/com/google/android/play/core/appupdate/AppUpdateInfo.html#availableVersionCode() (fixes #7)
-
1.1.327 Oct 2019 -
1.1.227 Oct 2019Nothing published for this version
-
1.1.126 Oct 2019Release notes
Open source →- Breaking change: Renamed
InAppUpdateStatetoAppUpdateInfoto mirror the Android SDK and theupdateTypeproperty has been replaced byimmediateUpdateAllowed&flexibleUpdateAllowed. TheupdateTypeproperty was previously broken. Consequently, refactoring is sensible. This also means thatUpdateTypehas been removed. - Added support for resuming immediate updates that were cancelled. This is handled automatically and does not require any Flutter-side code.
- Added documentation to the library.
- Breaking change: Renamed
-
1.1.026 Oct 2019Nothing published for this version
-
1.0.218 Oct 2019 -
1.0.118 Oct 2019Nothing published for this version
-
1.0.017 Oct 2019