mint 0.6.1 copy "mint: ^0.6.1" to clipboard
mint: ^0.6.1 copied to clipboard

Code generation framework with support for copyWith, copyJar, equality, and JsonSerializable (fromJson, toJson).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mint

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

dependencies:
  mint: ^0.6.1

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

Import it

Now in your Dart code, you can use:

import 'package:mint/build.dart';
import 'package:mint/builder.dart';
3
likes
130
points
76
downloads

Publisher

verified publishertypical.day

Weekly Downloads

Code generation framework with support for copyWith, copyJar, equality, and JsonSerializable (fromJson, toJson).

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, au, build, glob, json_annotation, json_serializable, mustache_template, path, source_gen

More

Packages that depend on mint