equatable_expect 0.1.1 copy "equatable_expect: ^0.1.1" to clipboard
equatable_expect: ^0.1.1 copied to clipboard

This is a simple package which helps you debug while writing tests. It pinpoints what is wrong with your data when comparing Equatable objects

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add equatable_expect

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

dependencies:
  equatable_expect: ^0.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:equatable_expect/equatable_expect.dart';
0
likes
120
pub points
0%
popularity

Publisher

verified publisherantons-webfabrik.eu

This is a simple package which helps you debug while writing tests. It pinpoints what is wrong with your data when comparing Equatable objects

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

equatable, flutter, flutter_test

More

Packages that depend on equatable_expect