fluffychat-fork/scripts/update-dependencies.sh
2021-12-02 10:01:38 +01:00

6 lines
No EOL
156 B
Bash
Executable file

#!/bin/sh -ve
flutter pub upgrade --major-versions
flutter pub get
dart fix --apply
flutter format lib test
flutter pub run import_sorter:main --no-comments