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 060ccda commit ffb4301Copy full SHA for ffb4301
.github/workflows/deploy-web.yaml
@@ -18,6 +18,7 @@ jobs:
18
- run: flutter clean
19
- run: flutter pub get
20
- run: |
21
+ dart compile js web/e2ee.worker.dart -o example/web/e2ee.worker.dart.js
22
cd example
23
flutter build web --release --web-renderer html --base-href /client-sdk-flutter/
24
cd build/web
0 commit comments