fluffychat/scripts/update-dependencies.sh
2026-02-28 03:19:37 +00: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