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.
2 parents e11a969 + 2ca5eab commit 70c0874Copy full SHA for 70c0874
.github/workflows/gh-pages.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install Dependencies
18
run: melos bootstrap
19
20
- - run: melos exec --scope mini_sprite_editor flutter build web --release --web-renderer=canvaskit --base-href /
+ - run: melos exec --scope mini_sprite_editor flutter build web --release --base-href /
21
22
shell: bash
23
packages/mini_sprite_editor/.gitignore
@@ -105,7 +105,6 @@ coverage/
105
packages/**/pubspec.lock
106
107
# Web related
108
-lib/generated_plugin_registrant.dart
109
110
# Symbolication related
111
app.*.symbols
0 commit comments