Skip to content

ExpressiveLabs/openvb-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenVBconf for Dart

This repository contains a Dart implementation of the OpenVBconf standard, developed by ExpressiveLabs.

Warning

This package currently only supports OpenVB configurations in JSON format. For binary format OpenVB files, please use the openvb-rs crate.

Installation

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

How to use

Usage is pretty straightforward:

import <package:openvb/openvb.dart>

Singer? singer = Singer.fromFile("path/to/singer.json");

License

Copyright © 2024 ExpressiveLabs.

This package is licensed under an MIT license. See LICENSE.md for a copy of this license.

About

Implementation of the OpenVBconf standard in Dart.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published