📄️ About packages & plugins
Use the official dart docs to refer dart packages.
📄️ About private packages
With dartpm private packages, you can use the dartpm registry to host code that is only visible to you and chosen collaborators (for user private package, the collaborator is comming soon), allowing you to manage and use private code alongside public code in your projects.
📄️ About Public Packages
As a dartpm user or organization user (Member/Admin), you can create and publish public packages that anyone can download and use in their own projects.
📄️ About scopes
When you sign up for an dartpm user account or create an organization, you are granted a scope that matches your user or organization name. You can use this scope as a namespace for related packages.