proto_bytes 0.9.6 copy "proto_bytes: ^0.9.6" to clipboard
proto_bytes: ^0.9.6 copied to clipboard

A Flutter library for binary protocol serialization and deserialization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add proto_bytes

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

dependencies:
  proto_bytes: ^0.9.6

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

Import it

Now in your Dart code, you can use:

import 'package:proto_bytes/proto_bytes.dart';
0
likes
150
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library for binary protocol serialization and deserialization.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, typed_data

More

Packages that depend on proto_bytes