We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71fcba commit 0ff5f6dCopy full SHA for 0ff5f6d
.circleci/config.yml
@@ -43,10 +43,10 @@ commands:
43
steps:
44
- run:
45
name: Install Flutter Packages
46
- command: flutter pub get
+ command: flutter pub get --verbose
47
48
name: Install Dart Packages
49
- command: dart pub get
+ command: dart pub get --verbose
50
description: Install Dart Packages (for dart explicit packages)
51
- when:
52
condition:
0 commit comments