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

A pure Dart client library for the Misskey API. Covers 25 API domains with token-based auth, automatic retry, and structured error handling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add misskey_client

With Flutter:

 $ flutter pub add misskey_client

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

dependencies:
  misskey_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:misskey_client/misskey_client.dart';
0
likes
150
points
35
downloads

Documentation

Documentation
API reference

Publisher

verified publisherlibrarylibrarian.com

Weekly Downloads

A pure Dart client library for the Misskey API. Covers 25 API domains with token-based auth, automatic retry, and structured error handling.

Repository (GitHub)
View/report issues

Topics

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

License

BSD-3-Clause (license)

Dependencies

dio, json_annotation, logger, meta, retry

More

Packages that depend on misskey_client