kvs_testsmith 1.0.0 copy "kvs_testsmith: ^1.0.0" to clipboard
kvs_testsmith: ^1.0.0 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_testsmith

Use 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_testsmith

With Flutter:

 $ flutter pub add kvs_testsmith

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  kvs_testsmith: ^1.0.0

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:kvs_testsmith/kvs_testsmith.dart';
1
likes
130
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#testing #code-generation #flutter #dart #automation

License

MIT (license)

Dependencies

analyzer, args, code_builder, dart_style, http, io, path, watcher, yaml

More

Packages that depend on kvs_testsmith