alchemist_test_reporter 1.3.0
alchemist_test_reporter: ^1.3.0 copied to clipboard
Alchemist Test Reporter Addon
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add alchemist_test_reporterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
alchemist_test_reporter: ^1.3.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:alchemist_test_reporter/alchemist_test_reporter.dart';