zikzak_morphy 2.9.0 copy "zikzak_morphy: ^2.9.0" to clipboard
zikzak_morphy: ^2.9.0 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

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate zikzak_morphy

Use it

The package has the following executables:

$ morphy
$ morphy_mcp_server

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zikzak_morphy

With Flutter:

 $ flutter pub add zikzak_morphy

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

dependencies:
  zikzak_morphy: ^2.9.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:zikzak_morphy/zikzak_morphy.dart';
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