bluesky_chat 0.3.1
bluesky_chat: ^0.3.1 copied to clipboard
The most powerful Dart/Flutter library for Bluesky Chat.
Release Note #
0.3.1 #
0.3.0 #
- The
serviceis automatically resolved from the DID Document of the givenSession. (#1543)- If no authentication is performed and no
Sessionis passed, the defaultbsky.socialis used. - If the user passes a specific
service, it always respects the value of the user'sservice. - If something wrong happens for some reason, it uses
bsky.socialas default.
- If no authentication is performed and no
- Set
{'atproto-proxy': 'did:web:api.bsky.chat#bsky_chat'}automatically. No need to pass it anymore. (#1543)
0.2.5 #
- Fixed a bug that prevented toJson on freezed objects from
atproto_core.
0.2.4 #
- Bump
bluesky.
0.2.3 #
- Bump
bluesky.
0.2.2 #
- Bump
bluesky.
0.2.1 #
- Bump
bluesky.
0.2.0 #
- Bump
atproto_core,atproto,bluesky. - Applied naming convention based on lexicons.
0.1.8 #
- Don't include Auth headers in
.headers.
0.1.7 #
- Bump
atproto_core. Add auth scopecom.atproto.appPassPrivileged. (#1501) - Add
.headersproperty. Returns the merged headers with global headers and auth header.
0.1.6 #
- Bump
atproto,bluesky.
0.1.5 #
- Bump
atproto,bluesky.
0.1.4 #
- Bump
bluesky.
0.1.3 #
- Bump
bluesky.
0.1.2 #
0.1.1 #
- Add
.chatproperty onProfileAssociatedobject. (#1448) - Add
.valueOfmethod onActorDeclarationAllowIncomingenum.
0.1.0 #
- First Release.