fletch_core 0.2.0 copy "fletch_core: ^0.2.0" to clipboard
fletch_core: ^0.2.0 copied to clipboard

Domain-agnostic comparison engine. Point N implementations of the same thing at the same inputs and find where they disagree.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fletch_core

With Flutter:

 $ flutter pub add fletch_core

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

dependencies:
  fletch_core: ^0.2.0

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:fletch_core/fletch_core.dart';
0
likes
140
points
27
downloads

Documentation

API reference

Publisher

verified publisherninthhouse.studio

Weekly Downloads

Domain-agnostic comparison engine. Point N implementations of the same thing at the same inputs and find where they disagree.

Repository (GitLab)
View/report issues

Topics

#comparison #validation #testing #diff

License

MIT (license)

Dependencies

logging

More

Packages that depend on fletch_core