Change package name, remove flutter as SDK

This commit is contained in:
zontreck 2024-05-24 14:36:51 -07:00
parent dd40eace38
commit 1133992078
28 changed files with 92 additions and 97 deletions

View file

@ -1,9 +1,9 @@
import 'dart:typed_data';
import 'package:libac_flutter/nbt/Stream.dart';
import 'package:libac_flutter/nbt/Tag.dart';
import 'package:libac_flutter/nbt/impl/CompoundTag.dart';
import 'package:libac_flutter/utils/Converter.dart';
import '../utils/Converter.dart';
import 'Stream.dart';
import 'Tag.dart';
import 'impl/CompoundTag.dart';
class NbtIo {
static ByteLayer _io = ByteLayer();