golden_test 0.1.2 copy "golden_test: ^0.1.2" to clipboard
golden_test: ^0.1.2 copied to clipboard

A utility Flutter plugin for writing golden tests that streamlines adding golden tests to your project

example/README.md

golden_test_example #

Demonstrates how to use the golden_test plugin.

  goldenTest(
    name: 'Example',
    builder: (_) => Scaffold(
      body: Center(
        child: Container(
          height: 100,
          color: Colors.red,
          child: const Center(child: Text('Example')),
        ),
      ),
    ),
  );
8
likes
150
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A utility Flutter plugin for writing golden tests that streamlines adding golden tests to your project

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_test, meta

More

Packages that depend on golden_test