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

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 Dart:

 $ dart pub add gherkin_unit_test

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 dart pub get):

dependencies:
  gherkin_unit_test: ^0.0.3

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:gherkin_unit_test/gherkin_unit_test.dart';
3
likes
0
pub points
19%
popularity

Publisher

verified publishercodaveto.com

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