in_app_update 3.0.0 copy "in_app_update: ^3.0.0" to clipboard
in_app_update: ^3.0.0 copied to clipboard

PlatformAndroid
outdated

Enables In App Updates on Android using the official Android APIs.

3.0.0 #

  • Update dependencies
  • Introduce AppUpdateResult to know if update is success, user denied or failed.
  • Change to return PlatformException with proper error code instead of message only.

2.0.0 #

  • Migrated to null safety (#60)
  • Breaking: Replaced updateAvailable with updateAvailability.
  • Expose more fields to access, added updateAvailability, installStatus, clientVersionStalenessDays and updatePriority. (#40)
  • Introduce UpdateAvailability and InstallStatus for constants.

1.1.15 #

1.1.14 #

  • fix compilation error on iOS (#50)

1.1.13 #

  • fix MissingPluginException (#49)

1.1.12 #

  • fix #42
  • fix #28 (thanks @amaurycannesson)

1.1.11 #

  • Update Dependencies (possible fix for #31)
  • implement to new Flutter plugin format (#29, #27)

1.1.7 #

  • Fix Crashes (#12, #15, #19)

1.1.6 #

  • Handle cases where no foreground activity is available (#10)

1.1.5 #

  • Fix Result already submitted exception (#8)

1.1.4 #

1.1.3 #

  • Fix Android build.

1.1.1 #

  • Breaking change: Renamed InAppUpdateState to AppUpdateInfo to mirror the Android SDK and the updateType property has been replaced by immediateUpdateAllowed & flexibleUpdateAllowed. The updateType property was previously broken. Consequently, refactoring is sensible. This also means that UpdateType has 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.

1.0.2 #

  • Readme and example updates

1.0.0 #

  • First version released.
1.18k
likes
130
points
111k
downloads

Publisher

verified publisherjonasbark.de

Weekly Downloads

Enables In App Updates on Android using the official Android APIs.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on in_app_update