source_gen_test_golden 1.0.8 copy "source_gen_test_golden: ^1.0.8" to clipboard
source_gen_test_golden: ^1.0.8 copied to clipboard

discontinuedreplaced by: source_gen_test
SDKDart

Test support for the source_gen package. Allows to compare the output of a generator with a golden file.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add source_gen_test_golden

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

dependencies:
  source_gen_test_golden: ^1.0.8

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_golden/source_gen_test_golden.dart';
3
likes
150
points
75
downloads

Publisher

verified publisherainkin.com

Weekly Downloads

Test support for the source_gen package. Allows to compare the output of a generator with a golden file.

Repository (GitHub)

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_golden