source_gen_test 1.1.0 copy "source_gen_test: ^1.1.0" to clipboard
source_gen_test: ^1.1.0 copied to clipboard

Test support for the source_gen package. Includes helpers to make it easy to validate both success and failure cases.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add source_gen_test

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

dependencies:
  source_gen_test: ^1.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:source_gen_test/source_gen_test.dart';
13
likes
160
pub points
73%
popularity

Publisher

verified publisherkevmoo.com

Test support for the source_gen package. Includes helpers to make it easy to validate both success and failure cases.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, build_test, dart_style, meta, path, source_gen, test

More

Packages that depend on source_gen_test