Change package name, remove flutter as SDK
This commit is contained in:
parent
dd40eace38
commit
1133992078
28 changed files with 92 additions and 97 deletions
|
@ -1,8 +1,8 @@
|
|||
import 'dart:io';
|
||||
|
||||
import 'package:libac_flutter/nbt/Stream.dart';
|
||||
import 'package:libac_flutter/nbt/Tag.dart';
|
||||
import 'package:libac_flutter/nbt/impl/CompoundTag.dart';
|
||||
import 'Stream.dart';
|
||||
import 'Tag.dart';
|
||||
import 'impl/CompoundTag.dart';
|
||||
|
||||
class SnbtIo {
|
||||
static void write(String file, CompoundTag tag) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue