Add offline mode to a Flutter Web App - Service Workers/Pwas Add offline mode to a Flutter Web App - Service Workers/Pwas dart dart

Add offline mode to a Flutter Web App - Service Workers/Pwas


Something to start you off.

Can we use Flutter for PWA (Progressive Web App) ?

Google I/O 2019 announced https://flutter.dev/web

Flutter on Web is still in preview, but here's a get started page:


since early 2020, Flutter Web support service worker.

here's the feature on GitHub for your reference.

https://github.com/flutter/flutter/pull/48344