flat_buffers 2.0.5-dev.1 copy "flat_buffers: ^2.0.5-dev.1" to clipboard
flat_buffers: ^2.0.5-dev.1 copied to clipboard

outdated

FlatBuffers reading and writing library for Dart. Based on original work by Konstantin Scheglov and Paul Berry of the Dart SDK team.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flat_buffers

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flat_buffers: ^2.0.5-dev.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flat_buffers/flat_buffers.dart';
28
likes
0
pub points
90%
popularity

Publisher

unverified uploader

FlatBuffers reading and writing library for Dart. Based on original work by Konstantin Scheglov and Paul Berry of the Dart SDK team.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

More

Packages that depend on flat_buffers