mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-12-19 22:37:32 +01:00
This switches to the FOSS implementation of the google libraries so we have no more Blobs there.
7 lines
267 B
Bash
Executable File
7 lines
267 B
Bash
Executable File
#!/bin/sh -ve
|
|
flutter pub get
|
|
flutter pub run import_sorter:main --no-comments --exit-if-changed
|
|
flutter format lib/ test/ --set-exit-if-changed
|
|
flutter pub get
|
|
flutter analyze
|
|
flutter pub run dart_code_metrics:metrics lib -r gitlab > code-quality-report.json || true |