binary_codec 2.0.3 copy "binary_codec: ^2.0.3" to clipboard
binary_codec: ^2.0.3 copied to clipboard

Dart library for converting standard data types to a binary format and back

binary_codec #

Dart library for converting standard data types to a binary format and back

Supported datatypes: Null, bool, double, int, Uint8List, String, Map, List. Maps and Lists may contain any of the supported datatypes as keys and values.

On dart2js ints are always encoded as doubles. And if you try to decode ints on dart2js out of the safe range you will probably not get the exact value. But as long as you stay on one platform (not switching between dartvm and dart2js) your on the safe side and don't need to think about it.

7
likes
120
pub points
75%
popularity

Publisher

unverified uploader

Dart library for converting standard data types to a binary format and back

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on binary_codec