kvs_testsmith 1.0.1
kvs_testsmith: ^1.0.1 copied to clipboard
Automatic Flutter test generation powered by static analysis. Generate unit tests, widget tests, and integration tests by analyzing your Dart code using the Dart Analyzer AST.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate kvs_testsmithUse it
The package has the following executables:
$ kvs_testsmith
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add kvs_testsmithWith Flutter:
$ flutter pub add kvs_testsmithThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
kvs_testsmith: ^1.0.1Alternatively, 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:kvs_testsmith/kvs_testsmith.dart';