copy_with_e_generator 1.0.11 copy "copy_with_e_generator: ^1.0.11" to clipboard
copy_with_e_generator: ^1.0.11 copied to clipboard

Creates copyWith extension methods for each annotated class and works with abstract too.

example/example.dart

import 'package:copy_with_e_annotation/copy_with_e_annotation.dart';

//see example project in github

@CopyWithE()
class Person {
  final int age;
  final String name;

  Person({this.age, this.name});

  String toString() => "${age.toString()}, ${name.toString()}";
}
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Creates copyWith extension methods for each annotated class and works with abstract too.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

adi_helpers, analyzer, analyzer_models, build, copy_with_e_annotation, dartx, source_gen

More

Packages that depend on copy_with_e_generator