dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

Add option to use the --package-dir flag #1095

Open jacehensley-wf opened 7 years ago

jacehensley-wf commented 7 years ago

With Dart 1.20.0 by default when running pub get, pub upgrade, and pub downgrade you no longer get package/ directories. You can still get these by using the --package-dir flag.

Can an option be added to run those commands with this flag?