blob: 4761ffc22728f9ddd5a718ead605130d5f465a05 [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001name: flat_buffers
2version: 1.11.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'