refactor: Sort imports

This commit is contained in:
Krille Fear 2021-10-26 18:50:34 +02:00
commit fec9178da5
127 changed files with 663 additions and 504 deletions

View file

@ -1,5 +1,6 @@
#!/bin/sh -ve
git apply ./scripts/enable-android-google-services.patch
flutter format lib/ test/ --set-exit-if-changed
flutter pub run import_sorter:main --no-comments --exit-if-changed
flutter analyze
flutter pub run dart_code_metrics:metrics lib -r gitlab > code-quality-report.json || true