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

outdated

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
0
pub points
67%
popularity

Publisher

unverified uploader

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on binary_codec