fix: Update dependencies with flutter pub upgrade
This commit is contained in:
parent
6a79897658
commit
d7ec587a8e
8 changed files with 58 additions and 32 deletions
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh -ve
|
||||
flutter pub global activate changelog
|
||||
export PATH="$PATH":"$HOME/development/flutter/.pub-cache/bin"
|
||||
changelog -c
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue