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.
dart pub get
1 parent 286611c commit df65a07Copy full SHA for df65a07
.circleci/config.yml
@@ -248,6 +248,10 @@ jobs:
248
- flutter/install_sdk_and_pub:
249
flutter_version: 3.3.6
250
app-dir: project
251
+ - run:
252
+ name: Install pub packages
253
+ working_directory: ~/project
254
+ command: dart pub get
255
- run:
256
name: Generate Pigeons
257
working_directory: project
0 commit comments