Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for hosted packages #29

Open
pavanpodila opened this issue Apr 8, 2024 · 0 comments
Open

Support for hosted packages #29

pavanpodila opened this issue Apr 8, 2024 · 0 comments
Labels
sponsorware https://calebporzio.com/sponsorware

Comments

@pavanpodila
Copy link

pavanpodila commented Apr 8, 2024

Hello @k-paxian, could you add support for hosted packages which take a token for authentication. This could be an additional parameter. Currently it fails with the following errors:

https://dart.pkg.jetbrains.space/vyuh/p/main/vyuh/ package repository requested authentication!
You can provide credentials using:
    flutter pub token add https://dart.pkg.jetbrains.space/vyuh/p/main/vyuh/
Authentication failed!

For the check for remote version, it does not consider the fact that the package is hosted and does a global activation using pub.dev, as seen below:

Because pub global activate depends on vyuh_analytics_provider_firebase any which doesn't exist (could not find package vyuh_analytics_provider_firebase at https://pub.dev),/ version solving failed.
Notice: Local version: [1.0.0]
Notice: Remote version: [✗]
@k-paxian k-paxian added the sponsorware https://calebporzio.com/sponsorware label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sponsorware https://calebporzio.com/sponsorware
Projects
None yet
Development

No branches or pull requests

2 participants