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.
Modifier Test #
A testing helper package to optimize chain style programming in test.
It's a peer of the modifier package.
This package is here because it's not proper to introduce flutter_test
into the lib of a Flutter App, or it will have potential conflicts when compile.