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

outdated

This package is used for Update handling .\nThere are two types of update -\n - Force Update\n - Soft Update\nIn Force Update user cannot proceed further without update the app updating in mandatory\n [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add update_handler

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  update_handler: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:update_handler/update_handler.dart';
9
likes
0
pub points
49%
popularity

Publisher

verified publishervaibhavchandolia.info

This package is used for Update handling .\nThere are two types of update -\n - Force Update\n - Soft Update\nIn Force Update user cannot proceed further without update the app updating in mandatory\nIn Soft update you simply get a popup that update is available updating is optional.\nlastForceBuildNo - means last build no you want to force update .\nlastBuildNo - means latest buildNo.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, package_info_plus, store_redirect

More

Packages that depend on update_handler