We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef98079 commit 6a26b75Copy full SHA for 6a26b75
README.md
@@ -210,7 +210,7 @@ A snippet of the suggested service worker integration is as follows:
210
- run: cd ./example; flutter build web --release --target=lib/main.dart --output=build/web
211
212
- name: Update service worker
213
- run: cat ./example/web/twilio-sw.js > ./example/build/web/flutter_service_worker.js
+ run: cat ./example/web/twilio-sw.js >> ./example/build/web/flutter_service_worker.js
214
#...
215
```
216
0 commit comments