dart_minecraft 0.5.2 copy "dart_minecraft: ^0.5.2" to clipboard
dart_minecraft: ^0.5.2 copied to clipboard

Utilities for Minecraft and Mojang Web-APIs, authentication, and using NBT Files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_minecraft

With Flutter:

 $ flutter pub add dart_minecraft

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

dependencies:
  dart_minecraft: ^0.5.2

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:dart_minecraft/dart_minecraft.dart';
19
likes
110
pub points
61%
popularity

Publisher

unverified uploader

Utilities for Minecraft and Mojang Web-APIs, authentication, and using NBT Files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, http, jwt_decoder, path, uuid

More

Packages that depend on dart_minecraft