-
Notifications
You must be signed in to change notification settings - Fork 14
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
Hosted Repository #2
Comments
Is this feature in your roadmap? will be implemented? |
Yes, the feature will be implemented, but if you want it now, feel free to develop it and submit a Pull request. Here is the specs to build a custom dart repository : https://github.com/dart-lang/pub/blob/master/doc/repository-spec-v2.md |
Hello guys, is this feature on a roadmap? Do you have any supposed date? |
Hi, I got somes troubles with authentication on this feature. It is not the priority right now. If you want to take a look, |
@mat1e - what is the exact problem with authentication, that you are facing? |
@eximius313, I'm not working on this actually, but as I remember, flutter client and dart SDK need a token authentication to upload a file on a repository and I didn't find a way to do a reconciliation between Nexus authentication and dart sdk/flutter authentication. |
thanks @mat1e . |
Hi @eximius313, I checked again and I blocked on the error :
I tried to run command I'm trying to upgrade my dart sdk but if anyone have an idea for authentication on a custom repository... |
Docs says that
You mean |
Why are you connecting to |
It is when I want to publish a package on the Nexus, Dart firstly call |
thanks |
Update : After updating my installation, I don't get google account step so I think the token is set. Now I got :
I have to fix the SSL config of my Nexus. |
Any progress on hosted repository? |
Hi, Sorry but I don't have time to work on this actually. But I can help everyone who want to contribute on this. |
Add hosted repository support
The text was updated successfully, but these errors were encountered: