diff --git a/.github/workflows/s3_deploy.yml b/.github/workflows/s3_deploy.yml index ac886cea..879364b6 100644 --- a/.github/workflows/s3_deploy.yml +++ b/.github/workflows/s3_deploy.yml @@ -33,7 +33,7 @@ jobs: run: flutter test - name: Build Web - run: flutter build web + run: flutter build web --web-renderer canvaskit --release working-directory: ./example - name: Deploy diff --git a/pubspec.yaml b/pubspec.yaml index 1e16814e..15ad8f3a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: flutter: sdk: flutter - moon_icons: ^0.2.1 + moon_icons: ^0.3.0 dev_dependencies: flutter_test: