Lines Matching refs:FlatBuffers
6 Before diving into the FlatBuffers usage in Dart, it should be noted that
8 to general FlatBuffers usage in all of the supported languages (including Dart).
9 This page is designed to cover the nuances of FlatBuffers usage, specific to
17 ## FlatBuffers Dart library code location
19 The code for the FlatBuffers Dart library can be found at
20 `flatbuffers/dart`. You can browse the library code on the [FlatBuffers
23 ## Testing the FlatBuffers Dart library
35 ## Using the FlatBuffers Dart library
38 example of how to use FlatBuffers in Dart.*
40 FlatBuffers supports reading and writing binary FlatBuffers in Dart.
42 To use FlatBuffers in your own code, first generate Dart classes from your
43 schema with the `--dart` option to `flatc`. Then you can include both FlatBuffers
80 works if enums are always indexed at 1; however, FlatBuffers does not
82 ensure proper mapping from FlatBuffers to Dart and other platforms.
95 very similar to the SDK classes that consume FlatBuffers, as well as Builder