pickle_parser 1.1.2 copy "pickle_parser: ^1.1.2" to clipboard
pickle_parser: ^1.1.2 copied to clipboard

A Flutter package for parsing pickle files and executing Cucumber steps in widget tests.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pickle_parser

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

dependencies:
  pickle_parser: ^1.1.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:pickle_parser/pickle_parser.dart';
1
likes
160
points
79
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for parsing pickle files and executing Cucumber steps in widget tests.

Repository (GitHub)

Topics

#testing #cucumber #gherkin #bdd #flutter-testing

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, flutter_test, path

More

Packages that depend on pickle_parser