We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, i've started building a thing with atproto.dart and I've noticed that the tutorial on https://atprotodart.com/docs/intro/ has a typo.
atproto.dart
https://atprotodart.com/docs/intro/
The code snippets says bluesky.feeds.post() but the correct function call is bluesky.feeds.createPost() .
bluesky.feeds.post()
bluesky.feeds.createPost()
Can I make a PR to fix this ? Maybe I'll try to find some more bugs/typos as I go along!
The text was updated successfully, but these errors were encountered:
Hi @Padi142!
I think you're using an old version, so please try with the latest on pub.dev:
https://pub.dev/packages/bluesky
Sorry, something went wrong.
myConsciousness
No branches or pull requests
Hey, i've started building a thing with
atproto.dart
and I've noticed that the tutorial onhttps://atprotodart.com/docs/intro/
has a typo.The code snippets says
bluesky.feeds.post()
but the correct function call isbluesky.feeds.createPost()
.Can I make a PR to fix this ? Maybe I'll try to find some more bugs/typos as I go along!
The text was updated successfully, but these errors were encountered: