yaml2podo 0.1.1 copy "yaml2podo: ^0.1.1" to clipboard
yaml2podo: ^0.1.1 copied to clipboard

discontinued
outdated

The `yaml2podo` is a generator and utility (all in one) that generates PODO classes from object prototypes specified in `yaml` format

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yaml2podo

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

dependencies:
  yaml2podo: ^0.1.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:yaml2podo/yaml2podo.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

The `yaml2podo` is a generator and utility (all in one) that generates PODO classes from object prototypes specified in `yaml` format

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, dart_style, path, yaml

More

Packages that depend on yaml2podo