ota_update
A Flutter plugin providing ota updates for Android and iOS, with download progress (Android only)
7.1.0
14K downloads/mo
#2530 most downloaded on pub.dev
4Q-s-r-o/ota_update
What this package is like to depend on
Last release 8 months ago
03 Dec 2025
Release timing varies
gaps range from 9 days to 1.2 years
Some releases are documented
notes for 18 of 34 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
35 releases · first in 2018
1 release in the last 12 months
see the full history below
Release timeline
35 releases · Oct 2018 to Dec 2025Releases
latest 35-
7.1.003 Dec 2025Nothing published for this version
-
7.0.212 Jun 2025Nothing published for this version
-
7.0.103 Mar 2025Nothing published for this version
-
7.0.021 Feb 2025Nothing published for this version
-
6.0.024 Nov 2023Nothing published for this version
-
5.1.024 May 2023Nothing published for this version
-
5.0.024 May 2023Nothing published for this version
-
4.0.310 Mar 2023Nothing published for this version
-
4.0.204 Nov 2022Nothing published for this version
-
4.0.122 Nov 2021Nothing published for this version
-
4.0.022 Nov 2021Nothing published for this version
-
3.1.130 Sep 2021Nothing published for this version
-
3.1.011 Aug 2021Nothing published for this version
-
3.0.205 May 2021Nothing published for this version
-
3.0.130 Mar 2021Nothing published for this version
-
3.0.030 Mar 2021Nothing published for this version
-
3.0.0-nullsafety25 Mar 2021 pre-releaseNothing published for this version
-
2.4.129 Jul 2020 -
2.4.023 Jul 2020Release notes
Open source →- Fixed a problem with not receiving error events from stream
- Added ability to validate SHA-256 checksum of downloaded file (android only)
- Added more documentation comments
-
2.3.022 Jun 2020 -
2.2.110 Feb 2020Release notes
Open source →- Intent to install downloaded APK is now dispatched before dispatching
INSTALLINGevent to flutter. This change should solve race condition if application programatically exits onINSTALLINGevent (APP could exit before intent was dispatched and installation would not start in that case).
- Intent to install downloaded APK is now dispatched before dispatching
-
2.2.007 Feb 2020 -
2.1.120 Jan 2020Release notes
Open source →- Added flag FLAG_ACTIVITY_NEW_TASK to intent ACTION_INSTALL_PACKAGE in Android implementation
-
2.1.017 Jan 2020 -
2.0.317 Jan 2020Release notes
Open source →- Updated example to AndroidX
- Updated link to APK used in example
- Improved logging in Android implementation
- Fixed negative progress values in case of big APK
-
2.0.219 Nov 2019 -
2.0.101 Aug 2019 -
2.0.001 Aug 2019Release notes
Open source →- fixed crash on flutter 1.7 (by kmtong)
- added ability to override provider authority (by kmtong)
- changed default authority to be dynamic to support multiple apps with
ota_updateout of the box. Please note that this is breaking change. To migrate plase update your provider authority inAndroidManifestto${applicationId}.ota_update_provider
-
1.0.225 Feb 2019 -
1.0.120 Feb 2019Release notes
Open source →- migration of embeded example to AndroidX
- Upgraded Gradle to latest version
-
1.0.019 Feb 2019 -
0.1.330 Jan 2019Release notes
Open source →- extended Android FileProvider to prevent possible conflicts with other plugins that also use FileProvider.
-
0.1.205 Nov 2018Release notes
Open source →- fixing NullPointerException when onRequestPermissionsResult was triggered by different plugin than this one
-
0.1.129 Oct 2018Release notes
Open source →- refactor to use streams only as communication channel
- documentation changes
-
0.1.029 Oct 2018