1name: flat_buffers 2version: 1.12.0 3description: > 4 FlatBuffers reading and writing library for Dart. Use the flatc compiler to 5 generate Dart classes for a FlatBuffers schema, and this library to assist with 6 reading and writing the binary format. 7 8 Based on original work by Konstantin Scheglov and Paul Berry of the Dart SDK team. 9authors: 10- Dan Field <dfield@gmail.com> 11- Konstantin Scheglov 12- Paul Berry 13homepage: https://github.com/google/flatbuffers 14documentation: https://google.github.io/flatbuffers/index.html 15dev_dependencies: 16 test: ^1.3.0 17 test_reflective_loader: ^0.1.4 18 path: ^1.5.1 19environment: 20 sdk: '>=2.0.0-dev.28.0 <3.0.0'