blob: ae86570b7bb226ccf0bcac12b86a74b4f0eb3706 [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001name: flat_buffers
James Kuszmaul8e62b022022-03-22 09:33:25 -07002version: 2.0.5
3description: FlatBuffers reading and writing library for Dart. Based on original work by Konstantin Scheglov and Paul Berry of the Dart SDK team.
Austin Schuhe89fa2d2019-08-14 20:24:23 -07004homepage: https://github.com/google/flatbuffers
5documentation: https://google.github.io/flatbuffers/index.html
James Kuszmaul8e62b022022-03-22 09:33:25 -07006
Austin Schuhe89fa2d2019-08-14 20:24:23 -07007environment:
James Kuszmaul8e62b022022-03-22 09:33:25 -07008 sdk: '>=2.12.0 <3.0.0'
9
10dev_dependencies:
11 test: ^1.17.7
12 test_reflective_loader: ^0.2.0
13 path: ^1.8.0
14 lints: ^1.0.1
15