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

outdated

FlatBuffers reading and writing library for Dart. Use the flatc compiler to generate Dart classes for a FlatBuffers schema, and this library to assist with reading and writing the binary format. Base [...]

CHANGELOG #

1.9.2 #

  • Ensure _writeString adds enough padding to null terminate strings.

1.9.1 #

  • Changed constant identifiers to be compatible with Dart 2.x
  • No longer supports Dart 1.x

1.9.0 #

  • Initial release, supports Dart 1.x and many dev versions of Dart 2.x
28
likes
30
pub points
90%
popularity

Publisher

unverified uploader

FlatBuffers reading and writing library for Dart. Use the flatc compiler to generate Dart classes for a FlatBuffers schema, and this library to assist with reading and writing the binary format. Based on original work by Konstantin Scheglov and Paul Berry of the Dart SDK team.

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation

License

Apache-2.0, BSD-3-Clause (LICENSE)

More

Packages that depend on flat_buffers