mastodon_dart 0.2.2 mastodon_dart: ^0.2.2 copied to clipboard
The official Dart library for accessing the Mastodon API. Use in conjunction with mastodon_flutter to build a Flutter Mastodon app.
import 'dart:io';
import 'package:mastodon_dart/mastodon_dart.dart';
import 'package:web_socket_channel/io.dart';
main() async {
// Updated example coming soon
}