import 'package:bluesky/bluesky.dart'; Future<void> main(List<String> args) async { final session = await createSession( identifier: 'shinyakato.dev', password: 'xxxxxxxx', ); final bsky = Bluesky.fromSession(session.data); final strongRef = await bsky.feed.post( text: 'Hello, Bluesky!', ); } Trusted Complete Suite for AT Protocol and BlueskyThe packages provided by atproto.dart are used in many D
{{#tags}}- {{label}}
{{/tags}}