Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 1 | name: flat_buffers |
James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame] | 2 | version: 2.0.5 |
| 3 | description: FlatBuffers reading and writing library for Dart. Based on original work by Konstantin Scheglov and Paul Berry of the Dart SDK team. |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 4 | homepage: https://github.com/google/flatbuffers |
| 5 | documentation: https://google.github.io/flatbuffers/index.html |
James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame] | 6 | |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 7 | environment: |
James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame] | 8 | sdk: '>=2.12.0 <3.0.0' |
| 9 | |
| 10 | dev_dependencies: |
| 11 | test: ^1.17.7 |
| 12 | test_reflective_loader: ^0.2.0 |
| 13 | path: ^1.8.0 |
| 14 | lints: ^1.0.1 |
| 15 | |