re_state_action_test 0.0.3 re_state_action_test: ^0.0.3 copied to clipboard
A testing library to make testing re_state_action easier. Built to be used with the re_state_action package.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add re_state_action_test
With Flutter:
$ flutter pub add re_state_action_test
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
re_state_action_test: ^0.0.3
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:re_state_action_test/re_state_action_test.dart';