v0.10.0
What's Changed
- feat: break out smoke test goldens into directories based on flutter version by @btrautmann in #126
- fix: Could not override GoldenTestTheme by @Brainyoo in #127
- ci: channel compatibility workflow by @btrautmann in #123
- chore: prep 0.10.0 release by @btrautmann in #128
⚠️ Breaking Changes
In #123 a Padding
Widget
was removed that impacted the outputted golden files. However, this Padding
was made configurable in #133 so you can upgrade directly to 0.11.0
and set a Padding
value of const EdgeInsets.all(8)
to preserve the original padding value.
Full Changelog: v0.9.0...v0.10.0