nm_generators 0.1.0
nm_generators: ^0.1.0 copied to clipboard
A flutter package to create super customizable neumorphic widgets.
0.1.0 22 January 2020 #
- Fixed bug where a neumorphic box will error when an attempt is made to change its shape
borderRadiusin the neumorphic theme for the box must be explicitly set to0because if you attempt to copy the generatedBoxDecorationwith a shape, there cannot be a borderRadius specified as well and if you explicitly set it to nullcopyWithwon't recognise that as an override and will still error.
0.0.1 22 January 2020 #
- Initial release