nbt_codec 0.0.2 copy "nbt_codec: ^0.0.2" to clipboard
nbt_codec: ^0.0.2 copied to clipboard

outdatedDart 1 only

NBT Codec is a Minecraft NBT tag reader and writer that works in both browser and server.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nbt_codec

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

dependencies:
  nbt_codec: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:nbt_codec/nbt_codec.dart';
0
likes
25
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

NBT Codec is a Minecraft NBT tag reader and writer that works in both browser and server.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

archive, collection, fixnum

More

Packages that depend on nbt_codec