zorphy 1.2.1 copy "zorphy: ^1.2.1" to clipboard
zorphy: ^1.2.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 zorphy

Use it

The package has the following executables:

$ zorphy

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zorphy

With Flutter:

 $ flutter pub add zorphy

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

dependencies:
  zorphy: ^1.2.1

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:zorphy/zorphy.dart';
0
likes
130
points
--
downloads

Publisher

unverified uploader

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, code_builder, collection, dart_style, dartx, glob, meta, path, quiver, source_gen, watcher, zorphy_annotation

More

Packages that depend on zorphy