Skip to content

Add a "Dart: Add Dependency" command#3474

Merged
DanTup merged 5 commits intomasterfrom
pub-add
Jul 19, 2021
Merged

Add a "Dart: Add Dependency" command#3474
DanTup merged 5 commits intomasterfrom
pub-add

Conversation

@DanTup
Copy link
Member

@DanTup DanTup commented Jul 14, 2021

  • tests

Possible future improvements:

  • quick-fix on missing package URIs? (if we can distinguish from those that are just errors in the filename part)
  • improve error if trying to add Flutter package to a Dart project
  • show (and cache) package descriptions as you move through them
  • improve adding Flutter package to non-Flutter project (if Flutter SDK available)

Fixes #3306.

@DanTup DanTup added is enhancement An enhancement or improvement that should be listed in release notes but is not a bug fix. in commands Relates to commands (usually invoked from the command Palette) labels Jul 14, 2021
@DanTup DanTup added this to the v3.25.0 milestone Jul 14, 2021
@DanTup DanTup merged commit 53f9513 into master Jul 19, 2021
@DanTup DanTup deleted the pub-add branch July 19, 2021 11:28
@ghost
Copy link

ghost commented Aug 4, 2021

hola, esta excelente, estaremos conectados para aprender y emprender

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in commands Relates to commands (usually invoked from the command Palette) is enhancement An enhancement or improvement that should be listed in release notes but is not a bug fix.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a command to "add package" that calls "pub add"

1 participant