mastodon_api 0.0.0 mastodon_api: ^0.0.0 copied to clipboard
The easiest and powerful Dart/Flutter library for Mastodon API.
// 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',
);
}