updater 0.0.6 copy "updater: ^0.0.6" to clipboard
updater: ^0.0.6 copied to clipboard

outdated

A package to check for the custom in-app updates for Flutter.

0.0.6 #

  • Android compileSdkVersion updated to 31.
  • Added onChecked function in UpdaterController
  • Added UpdateStatus.Available and UpdateStatus.DialogDismissed
  • Improved error handeling
  • Fixed some minor issues

0.0.5 #

  • Check() will return a boolean based on the update is available or not.
Future<bool> check() async {
    ...
}

0.0.4 #

  • Added UpdateStatus and UpdaterController to handle update callbacks
  • Improved performance

0.0.3 #

  • Fixed minSupport issue.

0.0.2+1 #

  • Added support for background download

0.0.1 #

  • Initial release.
38
likes
0
points
155
downloads

Publisher

verified publishermarsad.dev

Weekly Downloads

A package to check for the custom in-app updates for Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, http, open_file, package_info_plus, path_provider

More

Packages that depend on updater