mutator 0.0.3 copy "mutator: ^0.0.3" to clipboard
mutator: ^0.0.3 copied to clipboard

outdatedDart 1 only

A dart language helper tool for pre-compile/transform time refactoring. A potential alternative to Macro or inline function in desperate times.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mutator

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

dependencies:
  mutator: ^0.0.3

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:mutator/mutator.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A dart language helper tool for pre-compile/transform time refactoring. A potential alternative to Macro or inline function in desperate times.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on mutator