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

discontinued

The `yaml2podo` is a generator and utility (all in one) that generates PODO classes to convert between JSON and Dart objects

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.32

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/_type_parser.dart';
import 'package:yaml2podo/_utils.dart';
import 'package:yaml2podo/dart_code_generator.dart';
import 'package:yaml2podo/resp2yaml.dart';
import 'package:yaml2podo/type_system.dart';
import 'package:yaml2podo/version.dart';
import 'package:yaml2podo/yaml2podo_builder.dart';
import 'package:yaml2podo/yaml2podo_generator.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

The `yaml2podo` is a generator and utility (all in one) that generates PODO classes to convert between JSON and Dart objects

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

args, build, path, yaml

More

Packages that depend on yaml2podo