diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index 44993e517..61662ded1 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -26,6 +26,8 @@ jobs: run: ./scripts/prepare-web.sh - name: Build Release Web run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps --base-href "/nightly/" + - name: Copy pkg directory for WASM + run: mv web/pkg build/web/ - run: mv build/web/ public - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4 diff --git a/pubspec.lock b/pubspec.lock index 25cd6ac75..234dab9b2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -720,10 +720,10 @@ packages: dependency: "direct main" description: name: flutter_vodozemac - sha256: e9a6257ccdefacd2bf0128fcf41086d809f05fb34e9a4ebe0f50e7e3ff4c0970 + sha256: d09dab2b4de9881adb864a3c258849ddb39ca2adf87d7ce2d932e90542f28547 url: "https://pub.dev" source: hosted - version: "0.2.0" + version: "0.2.1" flutter_web_auth_2: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 0e34fc568..fac756529 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -45,7 +45,7 @@ dependencies: git: url: https://github.com/famedly/flutter_typeahead.git ref: main - flutter_vodozemac: ^0.2.0 + flutter_vodozemac: ^0.2.1 flutter_web_auth_2: ^3.1.1 # Version 4 blocked by https://github.com/MixinNetwork/flutter-plugins/issues/379 flutter_webrtc: ^0.12.9 geolocator: ^13.0.1