Skip to content

Less chatty #6213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 5, 2016
Merged

Less chatty #6213

merged 2 commits into from
Oct 5, 2016

Conversation

devoncarew
Copy link
Member

Updates to #6197:

  • output generated file count
  • mention lib/main.dart
  • add a newline after the doctor output

new output:

Creating project foo_foo2...
Wrote 52 files.

Running 'pub get' in foo_foo2...                     2.3s

[✓] Flutter is fully installed. (on Mac OS, channel unknown)
[✓] Android toolchain - develop for Android devices is fully installed. (Android SDK 22.0.1)
[✓] iOS toolchain - develop for iOS devices is fully installed. (Xcode 7.3.1)
[✓] Atom - a lightweight development environment for Flutter is fully installed.
[✓] Connected devices is fully installed.

All done! In order to run your application, type:

  $ cd foo_foo2
  $ flutter run lib/main.dart

@danrubel

@abarth
Copy link
Contributor

abarth commented Oct 5, 2016

Rather than saying "Running 'pub get' in foo_foo2", can we say "Running 'flutter packages get' in foo_foo2" ? flutter packages get is what end-developers need to run in order to use the Flutter SDK source in their pubspecs.

@abarth
Copy link
Contributor

abarth commented Oct 5, 2016

LGTM

@devoncarew
Copy link
Member Author

Rather than saying "Running 'pub get' in foo_foo2", can we say "Running 'flutter packages get'

makes sense; will update

@devoncarew
Copy link
Member Author

Hmm, that needs to be updated in few places (pub.dart, and in the --pub options of a few commands). Perhaps better done as it's own PR -

@devoncarew devoncarew merged commit 95fa9e3 into flutter:master Oct 5, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants