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,5 +1,4 @@
|
|||
import 'package:libac_flutter/nbt/Stream.dart';
|
||||
|
||||
import '../../nbt/Stream.dart';
|
||||
import 'UUID.dart';
|
||||
|
||||
class NbtUUID {
|
||||
|
|
|
@ -2,7 +2,8 @@ import 'dart:convert';
|
|||
import 'dart:math';
|
||||
|
||||
import 'package:crypto/crypto.dart';
|
||||
import 'package:libac_flutter/nbt/Stream.dart';
|
||||
|
||||
import '../../nbt/Stream.dart';
|
||||
|
||||
class UUID {
|
||||
late final List<int> _bytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue