Mastersam07 / pub-studio

Manage your flutter/dart packages directly from the editor. Find, install, update, or remove packages without touching the command line.
https://marketplace.visualstudio.com/items?itemName=Mastersam.pub-studio
MIT License
31 stars 2 forks source link

some advise #7

Open nsnans opened 1 month ago

nsnans commented 1 month ago

dependency sort

I think the user should click sort to sort, and nothing else should be sorted

image

navigate to the appropriate pub address

If possible, I think you can add an icon for each item in the dependencies list, and when clicked, the browser will navigate to the appropriate pub address.

update and remove dependency appearance mode

If possible, I think it would be more convenient to adjust to the two icons to the right of each item.

modules yaml

The plugin now only manages dependencies for the home directory, not dependencies such as modules.

Mastersam07 commented 1 month ago

Hi @nsnans , thanks for your suggestions.

The plugin now only manages dependencies for the home directory, not dependencies such as modules.

Can you provide more clarity on this? Are you referring to libraries that live within the project path and are added in the project pubspec.yaml as path dependencies?

nsnans commented 1 month ago

Can you provide more clarity on this? Are you referring to libraries that live within the project path and are added in the project pubspec.yaml as path dependencies?

The above pubspec.yaml parsing is not shown on the left, only the below parsing

image

bug - focus

image

Mastersam07 commented 2 weeks ago

Hi @nsnans , thanks again for your suggestions.

We just announced support for nested workspaces. We have other exciting changes to launch in the coming days.

nsnans commented 1 week ago

Hi @nsnans , thanks again for your suggestions.

We just announced support for nested workspaces. We have other exciting changes to launch in the coming days.

Thanks for the update.