--no-sound-null-safety is not needed anymore!

This commit is contained in:
Roland Geider
2021-07-07 23:16:35 +02:00
parent 7d590bfc24
commit f7fb5196a2
3 changed files with 4 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ jobs:
subdirectory: android
- name: Build AAB
run: flutter build appbundle --release --no-sound-null-safety
run: flutter build appbundle --release
env:
WGER_API_KEY: ${{ secrets.WGER_API_KEY }}

View File

@@ -25,8 +25,7 @@ jobs:
run: flutter gen-l10n
- name: Test app
run: flutter test --no-sound-null-safety --coverage
#run: flutter test --coverage
run: flutter test --coverage
#- name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1

View File

@@ -56,11 +56,11 @@ Generate translation files with ``flutter gen-l10n``
### 5
Start the application with ``flutter run --no-sound-null-safety`` or use your IDE
Start the application with ``flutter run`` or use your IDE
(please note that depending on how you run your emulator you will need to change the
IP address of the server)
You can run the tests with ``flutter test --no-sound-null-safety``
You can run the tests with ``flutter test``
## Translation
Translate the app to your language on [Weblate](https://hosted.weblate.org/engage/wger/).