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';
2
likes
110
pub points
7%
popularity

Publisher

verified publishertypical.day

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

Repository (GitHub)
View/report issues

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