- Remove dependency on dart:io
- Migrated to null safety (thanks RootSoft)
- Fix wrong length when writing ext8 (0xc7)
- Accept any iterable when serializing, not just List
- Accept ByteData when serializing (will be deserialized as Uint8List)
- Changed return value from
List<int>
toUint8List
.