rivership_test 0.1.0+2 rivership_test: ^0.1.0+2 copied to clipboard
A package containing testing utilites to accompany the rivership package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rivership_test
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
rivership_test: ^0.1.0+2
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:rivership_test/rivership_test.dart';