adt 0.0.1+2 copy "adt: ^0.0.1+2" to clipboard
adt: ^0.0.1+2 copied to clipboard

outdated

A code generator for algebraic data types such as data classes and discriminated unions.

adt #

A code generator for algebraic data types such as data classes and discriminated unions.

Getting Started #

You should install three packages as dependencies:

dependencies:
  adt_annotation: ^0.0.1

dev_dependencies:
  adt: ^0.0.1
  build_runner: ^1.10.0

Then, in the file for which you want to generate the code, add the following:

import 'package:adt_annotation/adt_annotation.dart';

part 'your_file_name.g.dart';

Description will be soon

7
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A code generator for algebraic data types such as data classes and discriminated unions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

adt_annotation, analyzer, build, code_builder, dart_style, meta, source_gen

More

Packages that depend on adt