very_good_test_runner 0.1.1 very_good_test_runner: ^0.1.1 copied to clipboard
A test runner for Flutter and Dart created by Very Good Ventures
example/main.dart
// ignore_for_file: avoid_print
import 'package:very_good_test_runner/very_good_test_runner.dart';
void main() {
// React to `TestEvent` instances.
flutterTest().listen(print);
}