poptart 0.1.0 copy "poptart: ^0.1.0" to clipboard
poptart: ^0.1.0 copied to clipboard

Friendly Dart and Flutter SDK entrypoint for AT Protocol sessions, OAuth, XRPC, and core Poptart primitives.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add poptart

With Flutter:

 $ flutter pub add poptart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  poptart: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:poptart/poptart.dart';
2
likes
150
points
117
downloads

Documentation

Documentation
API reference

Publisher

verified publishersprk.so

Weekly Downloads

Friendly Dart and Flutter SDK entrypoint for AT Protocol sessions, OAuth, XRPC, and core Poptart primitives.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#atproto #bluesky #oauth #xrpc #lexicon

License

BSD-3-Clause (license)

Dependencies

poptart_core, poptart_oauth, poptart_primitives, poptart_xrpc

More

Packages that depend on poptart