You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there no way to avoid opening the pubspec.yaml file?
I’m coming from the Pubspec Assist extension of VSCode, and from the Command Palette I can run Pubspec assist: Add/Update dependencies without opening the pubspec file.
Maybe it is possible to run these commands: dart pub add packageName (for dart) flutter pub add packageName (for flutter)
silently? In fact they already manipulate the pubspec file under the hood
This plugin is not currently using the mentioned commands (not sure if they were available when I created the plugin) but it's possible to switch to them, yes. I will take a look at this. I think opening pubspec.yaml can be configurable
Hi,
First of all thank you so much for this plugin.
Would it be possible for the command to be visible everywhere in the Dart/Flutter project and not only when the pubspec.yaml buffer is the active one?
The text was updated successfully, but these errors were encountered: