fluffychat/scripts/update-dependencies.sh

6 lines
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