Betterment / alchemist

A Flutter tool that makes golden testing easy.
MIT License
268 stars 36 forks source link

request: make alchemist material-agnostic #120

Closed btrautmann closed 2 months ago

btrautmann commented 2 months ago

Is there an existing feature request for this?

Command

We should make it so that changes to material theming/components do not impact alchemist's golden comparisons (assuming no changes to code under test)

Description

For context on this, see https://github.com/Betterment/alchemist/issues/119 and the mentioned issues within.

Reasoning

This feature request is another way that we can reduce the need to re-generate goldens as the Flutter SDK changes.

Additional context and comments

No response