Progressive Web App

I would like to deploy a Progress Web App (PWA). I setup a package called pwa_install that prompts the user to install the PWA on load, but I get an error saying: "This platform or browser does not support the PWA install prompt."

I researched the error and found that Google Lighthouse says I need to configure the installation screen first. It also says I need to setup an app manifest and/or service worker.

This post seems to be saying we can't edit the manifest.json in FlutterFlow, but FlutterFlow is supposed to support PWAs, so it feels like it must be possible to get this working. Can anyone point me in the right direction?

2 replies