update_handler 0.0.9 copy "update_handler: ^0.0.9" to clipboard
update_handler: ^0.0.9 copied to clipboard

This package is used for Update handling. There are two types of update Force Update - Soft Update

This Package can be used for checking and keep you app updated.

Features #

  • Auto Redirect to AppStore/PlayStore
  • Force Update (on force updating popup can't be closed or dismissed)
  • Cupertino/Material Designs.

Getting started #

No prerequisites required. But you can add Android package name and iOS appId manually. (NOT REQUIRED).

UpdateHandler.androidAppId="nic.goi.aarogyasetu";
UpdateHandler.iosAppId="1614787047";

Usage #

You just need to pass latestBuildNo,lastForceBuildNo,BuildContext , title & content are optional.

UpdateHandler().isUpdateAvailable(latestBuildNo: 11, lastForceBuildNo: 10, context: context,onNotNowClick: () {});

OR

UpdateHandler().isUpdateAvailable(
latestBuildNo: 11,
lastForceBuildNo: 10,
context: context,
onNotNowClick: () {},
title: "UPDATE NOW",
content: "NEW APP UPDATE AVAILABLE PLEASE UPDATE ASAP");

Additional information #

9
likes
100
pub points
67%
popularity

Publisher

verified publishervaibhavchandolia.info

This package is used for Update handling. There are two types of update Force Update - Soft Update

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, package_info_plus, store_redirect

More

Packages that depend on update_handler