xref: /aosp_15_r20/external/flatbuffers/dart/pubspec.yaml (revision 890232f25432b36107d06881e0a25aaa6b473652)
1name: flat_buffers
2version: 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.
4homepage: https://github.com/google/flatbuffers
5documentation: https://google.github.io/flatbuffers/index.html
6
7environment:
8  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
16