force_update_helper 0.2.1
force_update_helper: ^0.2.1 copied to clipboard
A package for showing a force update prompt that is controlled remotely.
0.2.1 #
- BREAKING: Remove
fetchCurrentPatchVersion
callback (it was not properly implemented)
0.2.0 #
- Add
fetchCurrentPatchVersion
callback to fetch the current patch version from code push solutions like Shorebird
0.1.7 #
- Fix
packageInfo.version
parsing 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