Skip to content

Commit

Permalink
Change renderer back to canvaskit
Browse files Browse the repository at this point in the history
Html renderer looks ungly with minimal performance improvements
  • Loading branch information
thecodepapaya committed Sep 30, 2021
1 parent afc44c3 commit 50d46f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# run: flutter test
- name: Build Web
run: |
flutter build web --web-renderer html --release
flutter build web --release
cd build/web
zip -r web-app.zip .
- name: Release Web App
Expand Down

0 comments on commit 50d46f2

Please sign in to comment.