|
|
@ -38,12 +38,12 @@ jobs: |
|
|
|
- name: 🔍 Verify Flutter installation |
|
|
|
- name: 🔍 Verify Flutter installation |
|
|
|
run: flutter --version |
|
|
|
run: flutter --version |
|
|
|
|
|
|
|
|
|
|
|
- name: 🚧 Enable local development environment (use the local packages) |
|
|
|
|
|
|
|
run: dart ./scripts/enable_local_dev.dart |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: 📥 Install Flutter dependencies |
|
|
|
- name: 📥 Install Flutter dependencies |
|
|
|
run: flutter pub get |
|
|
|
run: flutter pub get |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: 🚧 Enable local development environment (use the local packages) |
|
|
|
|
|
|
|
run: dart ./scripts/enable_local_dev.dart |
|
|
|
|
|
|
|
|
|
|
|
# This is needed in order for the authentication to success |
|
|
|
# This is needed in order for the authentication to success |
|
|
|
# dart pub token add https://pub.dev --env-var PUB_TOKEN |
|
|
|
# dart pub token add https://pub.dev --env-var PUB_TOKEN |
|
|
|
# Requests to "https://pub.dev" will now be authenticated using the secret token stored in the environment variable "PUB_TOKEN". |
|
|
|
# Requests to "https://pub.dev" will now be authenticated using the secret token stored in the environment variable "PUB_TOKEN". |
|
|
|