Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 1 | name: flat_buffers |
| 2 | version: 1.11.0 |
| 3 | description: > |
| 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. |
| 9 | authors: |
| 10 | - Dan Field <dfield@gmail.com> |
| 11 | - Konstantin Scheglov |
| 12 | - Paul Berry |
| 13 | homepage: https://github.com/google/flatbuffers |
| 14 | documentation: https://google.github.io/flatbuffers/index.html |
| 15 | dev_dependencies: |
| 16 | test: ^1.3.0 |
| 17 | test_reflective_loader: ^0.1.4 |
| 18 | path: ^1.5.1 |
| 19 | environment: |
| 20 | sdk: '>=2.0.0-dev.28.0 <3.0.0' |