-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
add dart support #50
add dart support #50
Conversation
Thank you for your effort! I will now look into dart publishing :) |
Looks like it is not currently supported to publish dart packages as a CI task: dart-lang/pub#2227 |
Ok, so I have published the raw packages now:
Apparently it is possible to run this in a CI. Will try to do that now. |
Awesome! That was quick 👍 I'm happy to use the official packages instead of the local build ones. Good luck with the CI part. |
Awesome! I think this should work now as part of the CI. I will do a test run now! |
I created a new issue, because the published client is invalid and differs from the client I generated locally. |
Based on the work of sachaarbonel I added the generation of the dart client.
I did not finish the publishing part in release.sh, because the ownership of the package should be at ory. The steps are documented at: https://dart.dev/tools/pub/publishing