mastodon_api 0.6.1 copy "mastodon_api: ^0.6.1" to clipboard
mastodon_api: ^0.6.1 copied to clipboard

The easiest and powerful Dart/Flutter library for Mastodon API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mastodon_api

With Flutter:

 $ flutter pub add mastodon_api

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

dependencies:
  mastodon_api: ^0.6.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_api/mastodon_api.dart';
23
likes
110
pub points
47%
popularity

Publisher

verified publishershinyakato.dev

The easiest and powerful Dart/Flutter library for Mastodon API.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

freezed_annotation, http, json_annotation, universal_io

More

Packages that depend on mastodon_api