zikzak_morphy 2.9.1 copy "zikzak_morphy: ^2.9.1" to clipboard
zikzak_morphy: ^2.9.1 copied to clipboard

A powerful code generation package for Dart/Flutter that provides clean class definitions with copyWith, JSON serialization, toString, equality, and inheritance support

example/example.dart

//see example project in github for more examples

//THE SIMPLEST OF EXAMPLES

import 'package:zikzak_morphy/zikzak_morphy.dart';
part 'example.morphy.dart';
part 'example.g.dart';

@Morphy(generateJson: true)
abstract class $Pet {
  String get type;
}
0
likes
130
points
137
downloads

Publisher

verified publisherzuzu.dev

Weekly Downloads

A powerful code generation package for Dart/Flutter that provides clean class definitions with copyWith, JSON serialization, toString, equality, and inheritance support

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, args, build, collection, dartx, glob, path, quiver, source_gen, watcher, zikzak_morphy_annotation

More

Packages that depend on zikzak_morphy