ota_update 1.0.0 ota_update: ^1.0.0 copied to clipboard
A Flutter plugin providing ota updates for Android and iOS, with download progress (Android only)
1.0.0 #
- migration to AndroidX and boost compileVersion to 28 (by tchunwei)
0.1.3 #
- extended Android FileProvider to prevent possible conflicts with other plugins that also use FileProvider.
0.1.2 #
- fixing NullPointerException when onRequestPermissionsResult was triggered by different plugin than this one
0.1.1 #
- refactor to use streams only as communication channel
- documentation changes
0.1.0 #
- Initial release