Customer installation instructions

Once you have invited a customer to your OnePub organisation and provided them with the required permissions, the customer adds a dependency to your package as follows:

dart pub global activate onepub
onepub login
cd the-customers-app-dir
onepub pub add <your package>
dart/flutter pub get

The customer's team members can also log into the OnePub website, use the OnePub search interface and access your package documentation, all through a familiar interface modelled on pub.dev.

Last updated