Skip to content

v0.10.0

Compare
Choose a tag to compare
@btrautmann btrautmann released this 18 Sep 15:37
· 4 commits to main since this release
a050b19

What's Changed

⚠️ 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