When I publish new versions of my PWA created by Flutter web, the browser is not cached and doesn't show the new updates of PWA and reads the old cached.
When I publish new versions of my PWA created by Flutter web, the browser is not cached and doesn't show the new updates of PWA and reads the old cached.
If your are using flutter 2.10 or later, when update version of your app in pubspec.yaml and build it serviceWorkerVersion will update your app automatically.
If browser cache your application you should refresh page once