-
Notifications
You must be signed in to change notification settings - Fork 9
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
Docs: How to publish a package to pub.dev
#22
Comments
Reading the docs now: https://dart.dev/tools/pub/publishing 👀 |
Focus on creating a verified publisher. That way I can use my personal account to publish packages at whim and transfer it to the verified |
This is a bit of a detour / side-quest ... dwyl/hq#573 |
Continue: https://pub.dev/my-publishers ⏳ |
Appears to have worked. 🤞 An example of a Pointless/Terrible use of a |
dart pub publish --dry-run Output: Publishing dart_multihash 0.0.1 to https://pub.dartlang.org:
|-- .github
| '-- ci.yml
|-- .gitignore
|-- CHANGELOG.md
|-- LICENSE
|-- README.md
|-- analysis_options.yaml
|-- dart_multihash.iml
|-- lib
| |-- dart_multihash.dart
| '-- src
| |-- constants.dart
| |-- models.dart
| '-- varintUtils.dart
|-- pubspec.yaml
'-- test
|-- dart_multihash_test.dart
'-- dart_varint_test.dart
Package has 0 warnings. |
@LuchoTurtle please see: dwyl/dart_multihash#1 (comment) 🙏 |
Still |
Created the PR that fixes this issue. |
Thanks. Will take a look when back at my desk. 👌 |
Co-authored-by: Nelson <[email protected]>
Co-authored-by: Nelson <[email protected]>
We have published packages in several languages most recently in
Elixir
andJavaScript
and documented the process extensively: code-reuse-hexpm.md
Todo
publishing-packages
and immediately create a new Pull Requestpublishing-packages-pub-dev.md
dart
package e.g: Feat: createdart
version ofcid
package dart_cid#1The text was updated successfully, but these errors were encountered: