update_helper 0.4.0 copy "update_helper: ^0.4.0" to clipboard
update_helper: ^0.4.0 copied to clipboard

Help you easier to control the update dialog. It also supports the feature that forces the app to update to continue using.

0.4.0 #

  • Bump dependencies.

0.3.0 #

  • Bump http version to 1.0.0.

0.2.0 #

  • Update dependencies.
  • Update dart sdk to >=2.18.0 <4.0.0.
  • Update flutter min sdk to 3.3.0.
  • Update homepage URL.

0.1.4 #

  • Support reloading website when updating on Web platform.

0.1.3 #

  • Added isAvailable and isForceUpdate variables

0.1.2 #

  • Refactored internal code
  • Added UpdateHelper.openStore() method to open the store.

0.1.1 #

  • Added onlyShowDialogWhenBanned parameter: only show the update dialog when the current version is banned or forceUpdate is true.

0.1.0 #

  • Release to stable.

0.1.0-rc4 #

  • [BREAKING CHANGE] Move from static function to singleton.

    • Before:

      UpdateHelper.initial();
      
    • Now:

      final updateHelper = UpdateHelper.instance;
      updateHelper.initial();
      
  • Update README.

0.1.0-rc3 #

  • Add failToOpenStoreError parameter to show the error log if the app can't open the store.
  • Add class UpdateHelperForceMock and UpdateHelpereMock to improve the test.

0.1.0-rc2 #

  • Update README: Update image URL.
  • Update dependencies.

0.1.0-rc1 #

  • Upgrade dependencies.
  • Remove in_app_review package.
  • Add example.

0.0.2 #

  • Add defaultConfig in UpdateConfig to define default value for all platforms.
  • Add showing changelogs feature.
  • Rename title from Update Information to Update.
  • Change font size from 16 to 15.
  • Update README.

0.0.1+4 #

  • Add satisfied_version plugin to control bannedVersions.

0.0.1+3 #

  • Prevent users from pressing the back button to close the dialog.

0.0.1+2 #

  • Improved public apis comments.

0.0.1+1 #

  • Improved readme.

0.0.1 #

  • Initial release.
5
likes
0
pub points
59%
popularity

Publisher

verified publisherlamnhan.dev

Help you easier to control the update dialog. It also supports the feature that forces the app to update to continue using.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, package_info_plus, satisfied_version, universal_platform, url_launcher

More

Packages that depend on update_helper