mastodon_client 1.0.0-beta.1 copy "mastodon_client: ^1.0.0-beta.1" to clipboard
mastodon_client: ^1.0.0-beta.1 copied to clipboard

A pure Dart Mastodon API client. Covers accounts, statuses, timelines, notifications, media, filters, and admin APIs with OAuth, pagination, and typed error handling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mastodon_client

With Flutter:

 $ flutter pub add mastodon_client

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

dependencies:
  mastodon_client: ^1.0.0-beta.1

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:mastodon_client/mastodon_client.dart';
0
likes
150
points
32
downloads

Documentation

Documentation
API reference

Publisher

verified publisherlibrarylibrarian.com

Weekly Downloads

A pure Dart Mastodon API client. Covers accounts, statuses, timelines, notifications, media, filters, and admin APIs with OAuth, pagination, and typed error handling.

Repository (GitHub)
View/report issues

Topics

#mastodon #fediverse #api-client #social-media #activitypub

License

BSD-3-Clause (license)

Dependencies

crypto, dio, json_annotation, logger

More

Packages that depend on mastodon_client