5 lines
No EOL
164 B
Bash
5 lines
No EOL
164 B
Bash
#!/bin/sh -ve
|
|
flutter config --enable-web
|
|
flutter clean
|
|
flutter pub get
|
|
flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --profile --source-maps |