gherkin_unit_test 0.0.2 copy "gherkin_unit_test: ^0.0.2" to clipboard
gherkin_unit_test: ^0.0.2 copied to clipboard

outdated

A gherkin unit test framework based on flutter's official flutter_test package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gherkin_unit_test

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

dependencies:
  gherkin_unit_test: ^0.0.2

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:gherkin_unit_test/gherkin_unit_test.dart';
3
likes
0
points
85
downloads

Publisher

verified publisherultrawideturbodev.com

Weekly Downloads

A gherkin unit test framework based on flutter's official flutter_test package.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_test, integration_test

More

Packages that depend on gherkin_unit_test