Pickup cannot run from a local file path

You opened this page with file://. Flutter Web requires an HTTP/HTTPS server.

Use one of these commands in the project folder:

powershell -ExecutionPolicy Bypass -File scripts\serve_pwa_local.ps1
python -m http.server 8787 --directory build/web

Then open: http://127.0.0.1:8787