flat_buffers 23.5.26 copy "flat_buffers: ^23.5.26" to clipboard
flat_buffers: ^23.5.26 copied to clipboard

FlatBuffers reading and writing library for Dart. Based on original work by Konstantin Scheglov and Paul Berry of the Dart SDK team.

FlatBuffers for Dart #

This package is used to read and write FlatBuffers.

Most consumers will want to use the flatc - FlatBuffer compiler binary for your platform. You can download the flatc version matching your dart package version from GitHub releases.

The FlatBuffer compiler flatc reads a FlatBuffers IDL schema and generates Dart code. The generated classes can be used to read or write binary data/files that are interoperable with other languages and platforms supported by FlatBuffers, as illustrated in the example.dart in the examples folder.

For more details and documentation, head over to the official site and read the Tutorial and how to use FlatBuffers in Dart.

28
likes
130
pub points
90%
popularity

Publisher

unverified uploader

FlatBuffers reading and writing library for Dart. Based on original work by Konstantin Scheglov and Paul Berry of the Dart SDK team.

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

Apache-2.0 (LICENSE)

More

Packages that depend on flat_buffers