ebisu_pod 0.0.10 copy "ebisu_pod: ^0.0.10" to clipboard
ebisu_pod: ^0.0.10 copied to clipboard

Dart 1 only

A general purpose *recursive design pattern* for modeling plain old data components. Think *IDL*, or *json schema* but only covering the basic data modeling of scalars, arrays, and dictionaries (a.k.a [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ebisu_pod

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

dependencies:
  ebisu_pod: ^0.0.10

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:ebisu_pod/ebisu_pod.dart';
0
likes
5
pub points
0%
popularity

Publisher

unverified uploader

A general purpose *recursive design pattern* for modeling plain old data components. Think *IDL*, or *json schema* but only covering the basic data modeling of scalars, arrays, and dictionaries (a.k.a. objects). The goal is a simple modeling API that can then be used as inputs to code generators.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, ebisu, ebisu_cpp, id, logging, path, quiver

More

Packages that depend on ebisu_pod