From f7fb5196a2a4ecf5a760766fc23761471421679f Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Wed, 7 Jul 2021 23:16:35 +0200 Subject: [PATCH] --no-sound-null-safety is not needed anymore! --- .github/workflows/android-release.yml | 2 +- .github/workflows/ci.yml | 3 +-- README.md | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 02f33ad8..50dbf141 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -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 }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7af83e86..b9b0277c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index 20e0e7a2..26a8e7d2 100644 --- a/README.md +++ b/README.md @@ -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/).