app_updater library

Classes

OpenStore

Properties

checker → StoreVersionChecker
Check for app update using StoreVersionChecker package
final

Functions

checkAppUpdate(BuildContext context, {required String appName, required String iosAppId, required String androidAppBundleId, bool customDialog = false, bool isDismissible = true, Widget? customAndroidDialog, Widget? customIOSDialog, void noUpdateCallBack()?}) → void
Check for app update and show dialog using AppUpdater package
updateNow(BuildContext context, String appName, String iosAppId, String androidAppId, bool customDialog, bool isDismissible, Widget? customAndroidDialog, Widget? customIOSDialog) Future<void>
Show update dialog depending on platform or a custom dialog