modifier_test 0.1.0
modifier_test: ^0.1.0 copied to clipboard
A testing helper package to optimize chain style programming in test. It's a peer of the modifier package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add modifier_testThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
modifier_test: ^0.1.0Alternatively, 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:modifier_test/modifier_test.dart';