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

outdatedDart 1 only

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';

main() {
  final Mastodon m = new Mastodon();
  print(m.getInstance());
}
4
likes
0
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

A starting point for Mastodon access.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dart_feed, dartson, mime, oauth2

More

Packages that depend on mastodon