binary_codec 1.0.4 binary_codec: ^1.0.4 copied to clipboard
Converts null, bools, ints, doubles, Uint8Lists, Strings, Maps and Lists into a binary format and back
Changelog #
1.0.0 #
- Intial commit
1.0.1 #
- Added curly braces on all control structures
- Added dartdoc to the API public methods
- Added CHANGELOG.md
- Placed example into the correct folder
- Exectued dartfmt in lib/binary_codec.dart
1.0.2 #
- Reformatted CHANGELOG.md
1.0.3 #
- Corrected some typos
1.0.4 #
- ArgumentError.checkNotNull(input) before converting for clear error messagesx
- Added repository