fzyzcjy / dart_interactive

REPL (interactive shell) for Dart, supporting 3rd party packages, hot reload, and full grammar
https://github.com/fzyzcjy/dart_interactive
MIT License
147 stars 12 forks source link

Allow importing third party packages not used by dart_interactive #62

Closed Keithcat1 closed 1 year ago

Keithcat1 commented 1 year ago

Because we never told Dart to use the package info for our workspace, so no matter how many times you do !dart pub add path, it loads the 'path' that dart_interactive depends on.

fzyzcjy commented 1 year ago

Interesting, I never realized that! (and thought that should not happen)

So in order to merge it, we should

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.