test_scaffold 0.0.1 copy "test_scaffold: ^0.0.1" to clipboard
test_scaffold: ^0.0.1 copied to clipboard

A Flutter package providing basic structures for unit, widget, and integration tests.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add test_scaffold

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

dependencies:
  test_scaffold: ^0.0.1

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:test_scaffold/test_scaffold.dart';
5
likes
130
points
24
downloads

Publisher

verified publisherpeachblack.es

Weekly Downloads

A Flutter package providing basic structures for unit, widget, and integration tests.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, integration_test

More

Packages that depend on test_scaffold