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

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

example/example.dart

// Copyright 2022 Kato Shinya. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided the conditions.

import 'package:mastodon_api/mastodon_api.dart';

Future<void> main() async {
  // Coming soon...
  MastodonApi(
    instance: 'MASTODON_INSTANCE',
    bearerToken: 'YOUR_BEARER_TOKEN',
  );
}
23
likes
0
pub points
59%
popularity

Publisher

verified publishershinyakato.dev

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

freezed_annotation, http, json_annotation, universal_io

More

Packages that depend on mastodon_api