• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: flat_buffers
2version: 25.1.24
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.17.0 <4.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