Skip to content

0.8.0

Compare
Choose a tag to compare
@coreysprague coreysprague released this 10 Nov 00:49
· 135 commits to master since this release
3a2d26d

Thanks to @tsimbalar for this enhancement.

A new configuration property has been added to GoldenToolkitConfiguration which allows you to opt-in to displaying real shadows in your goldens. By default, real shadows are disabled in Flutter tests due to inconsistencies in their implementation across versions. This behavior could always be toggled off in flutter tests via an obscure global variable. Now, you can easily specify a scoped value it in your configuration overrides.