I am working on a web app and I want to be able to notify my users that a new version of the app is available and they can start using the new version once they click on the refresh button (which will be on the notification page)
What i want to achieve is something similar to what FlutterFlow does when they release a new version.
I think it has something to do with cache but I don't know how to go about it cus I have limited knowledge of dart.
Any help will be appreciated. Thanks