value_t_generator 0.4.0 copy "value_t_generator: ^0.4.0" to clipboard
value_t_generator: ^0.4.0 copied to clipboard

Generates code to create a value type including a copyWith method and handles extended and interfaces and their heirarchies

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add value_t_generator

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

dependencies:
  value_t_generator: ^0.4.0

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:value_t_generator/value_t_generator.dart';
0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Generates code to create a value type including a copyWith method and handles extended and interfaces and their heirarchies

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

analyzer, build, collection, quiver, source_gen, value_t_annotation

More

Packages that depend on value_t_generator