misskey 0.0.1 copy "misskey: ^0.0.1" to clipboard
misskey: ^0.0.1 copied to clipboard

This library provides the easiest and powerful Dart/Flutter library for Misskey API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add misskey

With Flutter:

 $ flutter pub add misskey

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  misskey: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:misskey/misskey.dart';
11
likes
110
pub points
0%
popularity

Publisher

verified publishershinyakato.dev

This library provides the easiest and powerful Dart/Flutter library for Misskey API.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

freezed_annotation, http, json_annotation, universal_io

More

Packages that depend on misskey