test_builder 0.1.0 copy "test_builder: ^0.1.0" to clipboard
test_builder: ^0.1.0 copied to clipboard

retracted

Dart package that provides a Builder pattern for Flutter tests

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add test_builder

With Flutter:

 $ flutter pub add test_builder

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

dependencies:
  test_builder: ^0.1.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:test_builder/test_builder.dart';
0
likes
0
points
1
downloads

Publisher

verified publishercaph.jp

Weekly Downloads

Dart package that provides a Builder pattern for Flutter tests

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on test_builder