Description
Hi there 👋
According to https://dart.dev/tools/pub/custom-package-repositories, you're able to use pub dependencies hosted on repositories that are not pub.dev using the dart pub token add _____ command. Unfortunately, our workflows don't seem to support this credential type.
It would be awesome if we could support it, but I see a few big questions:
- You'd only want to run that command if you have tokens to pass in. (should be accomplishable with a
if statement on that step.)
- You'd want to be able to pass in a list of tokens in the off chance you're using multiple pub dependencies. (Not sure if this is possible.)
- Each token needs the token itself AND the site it applies to, so a simple string probably won't work. Maybe a map with two values?
Not sure how we can support this, but since it's a part of the Dart CLI it's probably important to at least consider it. I personally ran into this issue working on a side project and it's led me away from the workflows.
Happy to chat further :)
Requirements
Additional Context
No response
Description
Hi there 👋
According to https://dart.dev/tools/pub/custom-package-repositories, you're able to use pub dependencies hosted on repositories that are not pub.dev using the
dart pub token add _____command. Unfortunately, our workflows don't seem to support this credential type.It would be awesome if we could support it, but I see a few big questions:
ifstatement on that step.)Not sure how we can support this, but since it's a part of the Dart CLI it's probably important to at least consider it. I personally ran into this issue working on a side project and it's led me away from the workflows.
Happy to chat further :)
Requirements
Additional Context
No response