fluffychat/scripts/update-dependencies.sh

6 lines
156 B
Bash
Raw Normal View History

2020-12-08 15:46:47 +01:00
#!/bin/sh -ve
flutter pub upgrade --major-versions
2020-12-08 15:46:47 +01:00
flutter pub get
dart fix --apply
flutter format lib test
flutter pub run import_sorter:main --no-comments