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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add binary_codec

With Flutter:

 $ flutter pub add binary_codec

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  binary_codec: ^2.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:binary_codec/binary_codec.dart';
6
likes
120
pub points
71%
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