How to update Flutter PWA version?

Viewed 34

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.

1 Answers

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

Related