mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-07 13:53:38 +00:00
* Dart - pubspec.yaml shouldn't contain authors section anymore - it's unused * Dart - update CHANGELOG.md * Dart - update test and publish scripts
17 lines
567 B
YAML
17 lines
567 B
YAML
name: flat_buffers
|
|
version: 2.0.0
|
|
description: >
|
|
FlatBuffers reading and writing library for Dart. Use the flatc compiler to
|
|
generate Dart classes for a FlatBuffers schema, and this library to assist with
|
|
reading and writing the binary format.
|
|
|
|
Based on original work by Konstantin Scheglov and Paul Berry of the Dart SDK team.
|
|
homepage: https://github.com/google/flatbuffers
|
|
documentation: https://google.github.io/flatbuffers/index.html
|
|
dev_dependencies:
|
|
test: ^1.17.7
|
|
test_reflective_loader: ^0.2.0
|
|
path: ^1.8.0
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|