test_beautifier 2.0.2 copy "test_beautifier: ^2.0.2" to clipboard
test_beautifier: ^2.0.2 copied to clipboard

A package designed to enhance the readability of your test cases.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add test_beautifier

With Flutter:

 $ flutter pub add test_beautifier

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

dependencies:
  test_beautifier: ^2.0.2

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_beautifier/test_beautifier.dart';
2
likes
160
points
179
downloads

Publisher

verified publisherjakesmd.dev

Weekly Downloads

A package designed to enhance the readability of your test cases.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on test_beautifier