force_update_helper 0.3.0
force_update_helper: ^0.3.0 copied to clipboard
A package for showing a force update prompt that is controlled remotely.
0.3.0 #
- Updated dependencies (package_info_plus: ^9.0.0, pub_semver: ^2.2.0)
- Recreated example/android project which was no longer compiling
0.2.1 #
- BREAKING: Remove
fetchCurrentPatchVersioncallback (it was not properly implemented)
0.2.0 #
- Add
fetchCurrentPatchVersioncallback to fetch the current patch version from code push solutions like Shorebird
0.1.7 #
- Fix
packageInfo.versionparsing on Android
0.1.6 #
- Minimum required Dart version: 3.5.0
0.1.5 #
- Updated supported platforms: Android, iOS
0.1.4 #
- Updated example app to fetch some remote config JSON from a GitHub Gist
0.1.3 #
- Updated example app to use
LaunchMode.externalApplication
0.1.2 #
- Use https links in badges to improve pub score
0.1.1 #
- Updated preview screenshot in README
0.1.0 #
- Initial release