zikzak_morphy 2.9.1
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
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate zikzak_morphyUse 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_morphyWith Flutter:
$ flutter pub add zikzak_morphyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
zikzak_morphy: ^2.9.1Alternatively, 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';