Update Flutter run and build commands, and added main_staging file

This commit is contained in:
Abdullah Alassaf
2025-04-22 02:33:50 +03:00
parent 5d16555748
commit b901791079
6 changed files with 157 additions and 63 deletions

View File

@ -31,7 +31,7 @@ jobs:
run: flutter pub get
- name: Build Flutter Web App
run: flutter build web --release --dart-define=FLAVOR=production
run: flutter build web --web-renderer canvaskit --flavor production -t lib/main.dart
- name: Build And Deploy
id: builddeploy