mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-05 21:17:25 +00:00
* chore: make flatc artifacts from CI executable * chore: prepare dart 2.0.0 release * refactor: update description in pubspec.yaml to make pub.dev happy "The package description is too long. Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters."
16 lines
430 B
YAML
16 lines
430 B
YAML
name: flat_buffers
|
|
version: 2.0.0
|
|
description: FlatBuffers reading and writing library for Dart. 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
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
dev_dependencies:
|
|
test: ^1.17.7
|
|
test_reflective_loader: ^0.2.0
|
|
path: ^1.8.0
|
|
lints: ^1.0.1
|
|
|