mastodon 0.2.1 copy "mastodon: ^0.2.1" to clipboard
mastodon: ^0.2.1 copied to clipboard

outdated

A starting point for Mastodon access.

example/mastodon_example.dart

// Copyright (c) 2017, mike. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

import 'package:mastodon/mastodon.dart';

void main() {
  final m = new Mastodon();
  print(m.getInstance());
}
4
likes
0
pub points
9%
popularity

Publisher

unverified uploader

A starting point for Mastodon access.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

freezed_annotation, http, http_parser, json_annotation, mime, oauth2

More

Packages that depend on mastodon