Add minimal model schema and generation of extension types based on it. (#3)

* Add minimal model schema and generation of extension types based on it.

* Address review comments.

* Add analysis options and fix.
8 files changed
tree: 47642289da0f368a3557f4af3b0f13452806cc10
  1. .github/
  2. pkgs/
  3. schemas/
  4. tool/
  5. .gitignore
  6. CONTRIBUTING.md
  7. LICENSE
  8. pubspec.yaml
  9. README.md
README.md

Overview

This repository is home to various macro related Dart packages.

Packages

PackageDescriptionVersion
dart_modelSerializable data model for Dart code.0.0.1-wip

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

For additional information about contributing, see our contributing page.