clay_containers 0.3.4
clay_containers: ^0.3.4 copied to clipboard
Easily create custom neumorphic container widgets for your own unique design.
0.3.4 December 27, 2023 #
- Feature: ClayTheme - Thanks to NonymousMorlock
- Feature: ClayAnimatedContainer onEnd implementation - Thanks to NonymousMorlock
0.3.3 March 9, 2021 #
- Hotfix: Same as 0.3.1, but for ClayAnimatedContainer.
0.3.2 March 9, 2021 #
- Hotfix: Fixed problem where clay containers without a curve would throw an error.
0.3.0 March 9, 2021 #
- Null Safety! Thanks to Sameerkash
0.2.2 January 25, 2020 #
- Yet another minor documentation adjustment.
0.2.1 January 25, 2020 #
- Made default embossed surfaces brighter.
0.2.0 January 24, 2020 #
- Introduce the
ClayText
widget. - Add the
emboss
property toClayContainer
s. - Allow arbitrarily setting
surfaceColor
andparentColor
forClayContainer
s. ClayContainer
s no longer require a color, but will instead default toColor(0xFFF0F0F0)
.- Documentation updates.
0.1.12 January 22, 2020 #
- Documentation changes.
0.1.11 January 22, 2020 #
- Documentation changes.
- Removed unused variable.
0.1.2 January 24, 2020 #
- This release was a mistake. 0.1.2 is meant to be the release after 0.1.12. I misunderstood the way the version numbering works.
0.1.1 January 21, 2020 #
- Initial release.