Skip to content

Commit 50d46f2

Browse files
committed
Change renderer back to canvaskit
Html renderer looks ungly with minimal performance improvements
1 parent afc44c3 commit 50d46f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# run: flutter test
4242
- name: Build Web
4343
run: |
44-
flutter build web --web-renderer html --release
44+
flutter build web --release
4545
cd build/web
4646
zip -r web-app.zip .
4747
- name: Release Web App

0 commit comments

Comments
 (0)