fix: Update dependencies with flutter pub upgrade

This commit is contained in:
Krille Fear 2021-12-01 20:46:55 +01:00
commit d7ec587a8e
8 changed files with 58 additions and 32 deletions

View file

@ -1,4 +0,0 @@
#!/bin/sh -ve
flutter pub global activate changelog
export PATH="$PATH":"$HOME/development/flutter/.pub-cache/bin"
changelog -c

View file

@ -1,5 +1,6 @@
#!/bin/sh -ve
flutter pub get
flutter pub pub run dapackages:dapackages.dart ./pubspec.yaml
flutter pub upgrade --major-versions
flutter pub get
dart fix --apply
flutter format lib test
flutter pub run import_sorter:main --no-comments