in_app_update_flutter 2.0.0 copy "in_app_update_flutter: ^2.0.0" to clipboard
in_app_update_flutter: ^2.0.0 copied to clipboard

A Flutter plugin to show an in-app update prompt using the native App Store product page on iOS, keeping users inside your app.

2.0.0 #

  • Added Android in-app updates support via Google Play's In-App Updates API
  • Added checkUpdateAndroid() to retrieve update availability and metadata
  • Added startImmediateUpdateAndroid() for full-screen, blocking update flow
  • Added startFlexibleUpdateAndroid() for background download update flow
  • Added completeUpdateAndroid() to apply a downloaded flexible update
  • Added installStateStreamAndroid stream for monitoring flexible update download progress
  • Added AppUpdateInfoAndroid, InstallStateAndroid, InstallStatusAndroid, UpdateAvailabilityAndroid, and UpdateResultAndroid models
  • Renamed showUpdate() to showUpdateForIos() (old method is deprecated)
  • Updated Android toolchain to latest stable versions

1.0.4 #

  • Added Swift Package Manager (SPM) support for iOS while maintaining CocoaPods backward compatibility
  • Restructured iOS plugin sources into SPM-compatible directory layout
  • Updated podspec metadata (version, summary, description, homepage, author)
  • Enabled PrivacyInfo.xcprivacy resource bundle
  • Fixed iOS unit tests to match actual plugin API
  • Shortened package description to meet pub.dev requirements

1.0.3 #

11
likes
160
points
304
downloads

Documentation

API reference

Publisher

verified publisheraxions.tech

Weekly Downloads

A Flutter plugin to show an in-app update prompt using the native App Store product page on iOS, keeping users inside your app.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on in_app_update_flutter

Packages that implement in_app_update_flutter