json_theme_codegen 1.1.3+12 copy "json_theme_codegen: ^1.1.3+12" to clipboard
json_theme_codegen: ^1.1.3+12 copied to clipboard

A library to generate the mapping of decoders to the class names they decode

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_theme_codegen

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

dependencies:
  json_theme_codegen: ^1.1.3+12

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:json_theme_codegen/json_theme_codegen.dart';
1
likes
140
points
31
downloads

Publisher

verified publisherpeifferinnovations.com

Weekly Downloads

A library to generate the mapping of decoders to the class names they decode

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, build_runner, code_builder, json_theme_annotation, recase, source_gen

More

Packages that depend on json_theme_codegen