nbt_codec 1.1.0+readme.mistake
nbt_codec: ^1.1.0+readme.mistake copied to clipboard
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_codecThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
nbt_codec: ^1.1.0+readme.mistakeAlternatively, 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';