web_cache_clear 0.0.3
web_cache_clear: ^0.0.3 copied to clipboard
A Flutter web plugin to automatically clear the browser cache and reload the page when a new app version is detected. Ideal for ensuring users get the latest version.
0.0.3 #
- FIX Updating so it works on HTTPS and not just localhost.
0.0.2 #
- FIX: Corrected logic in
checkAppVersionto handle initial version setting. - FIX: Resolved
getPlatformVersionerror by removing template code. - CHORE: Added unit tests for web implementation.
0.0.1 #
- Initial release of the web_cache_clear plugin.
- Provides
checkAppVersionto clear cache and reload the page if the app version is outdated.