in_app_update 1.1.0
in_app_update: ^1.1.0 copied to clipboard
Enables In App Updates on Android using the official Android APIs.
1.1.0 #
- Breaking change: Renamed
InAppUpdateState
toAppUpdateInfo
to mirror the Android SDK and theupdateType
property has been replaced byimmediateUpdateAllowed
&flexibleUpdateAllowed
. TheupdateType
property was previously broken. Consequently, refactoring is sensible. This also means thatUpdateType
has been removed. - Added support for resuming immediate updates that were cancelled. This is handled automatically and does not require any Flutter-side code.
- Bumped Dart SDK version to
2.5.2
. This version is on thestable
channel as of now (October 26, 2019). You should runflutter upgrade
if your version is older. - Added documentation to the library.
1.0.2 #
- Readme and example updates
1.0.0 #
- First version released.