bluesky 0.7.11 bluesky: ^0.7.11 copied to clipboard
The most famous and powerful Dart/Flutter library for Bluesky Social.
The Most Famous and Powerful Dart/Flutter Library for Bluesky Social 🎯
1. Guide 🌎 #
This library provides the easiest way to use Bluesky Social in Dart and Flutter apps.
Show some ❤️ and star the repo to support the project.
bluesky
is developed on the basis of the atproto package.
However, the atproto package is highly integrated into this package,
so you do not need to be aware of atproto
when you use bluesky
.
If you want to use atproto-only features, please check atproto.
Check official documents for more details.
1.1. Features ⭐ #
- ✅ Zero Dependency
- ✅ Supports Powerful Built-In Retry using Exponential BackOff And Jitter
- ✅ Supports All Major Endpoints for
app.bsky.*
- ✅ Well Documented and Well Tested
- ✅ Supports Powerful Firehose API
- ✅ 100% Null Safety
- ✅ Built In atproto Features
1.2. Getting Started 💪 #
See example or official documents from following links.
1.3. Supported Lexicons 👀 #
See official documents from following links.
1.4. Tips 🏄 #
See official documents from following links.
- Standardized Names
- Other Than
bsky.social
- De/Serialize
- Thrown Exceptions
- Rate Limits
- Union Types
- Firehose API
- Timeout Duration
- Advanced Built-In Retry
- Lexicon/Object IDs
- Pagination
- Advanced Pagination
1.5. Contribution 🏆 #
If you would like to contribute to bluesky, please create an issue or create a Pull Request.
There are many ways to contribute to the OSS. For example, the following subjects can be considered:
- There are request parameters or response fields that are not implemented.
- Documentation is outdated or incomplete.
- Have a better way or idea to achieve the functionality.
- etc...
You can see more details from resources below:
Or you can create a discussion if you like.
Feel free to join this development, diverse opinions make software better!
1.6. Support ❤️ #
The simplest way to show us your support is by giving the project a star at GitHub and Pub.dev.
You can also support this project by becoming a sponsor on GitHub:
You can also show on your repository that your app is made with bluesky by using one of the following badges:
[![Powered by bluesky](https://img.shields.io/badge/Powered%20by-bluesky-00acee.svg)](https://github.com/myConsciousness/atproto.dart)
[![Powered by bluesky](https://img.shields.io/badge/Powered%20by-bluesky-00acee.svg?style=flat-square)](https://github.com/myConsciousness/atproto.dart)
[![Powered by bluesky](https://img.shields.io/badge/Powered%20by-bluesky-00acee.svg?style=for-the-badge)](https://github.com/myConsciousness/atproto.dart)
1.7. License 🔑 #
All resources of bluesky is provided under the BSD-3
license.
Copyright 2023 Shinya Kato. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided the conditions.
Note
License notices in the source are strictly validated based on.github/header-checker-lint.yml
. Please check header-checker-lint.yml for the permitted standards.
1.8. More Information 🧐 #
bluesky was designed and implemented by Shinya Kato (@myConsciousness).