This repository contains a Dart implementation of the OpenVBconf standard, developed by ExpressiveLabs.
This package currently only supports OpenVB configurations in JSON format. For binary format OpenVB files, please use the openvb-rs
crate.
This package is not on pub.dev (yet). To use it, add the following to your pubspec.yaml
:
dependencies:
# ...
openvb:
git:
url: https://github.com/ExpressiveLabs/openvb-dart.git
Usage is pretty straightforward:
import <package:openvb/openvb.dart>
Singer? singer = Singer.fromFile("path/to/singer.json");
Copyright © 2024 ExpressiveLabs.
This package is licensed under an MIT license. See LICENSE.md for a copy of this license.