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
copied to clipboard

With Flutter:

 $ flutter pub add mastodon_api
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
23
likes
130
points
81
downloads

Publisher

verified publishershinyakato.dev

Weekly Downloads

2024.09.16 - 2025.03.31

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