miv_buttons 1.0.0 miv_buttons: ^1.0.0 copied to clipboard
Elegant pseudo 3D buttons. You can use them instead of or in addition to the standard buttons.
1.0.0 #
- Added semantics (thanks to @Luckey-Elijah)
- Added tests
- Added callbacks for long press
- Fixed issue with not always visible elevation change on mobiles
- Breaking: Following properties can no longer be null (but are still optional):
color
,elevation
,pressedElevation
for ButtonlabelColor
for Button.labeliconColor
,iconSize
for Button.iconforegroundColor
,iconSize
,gap
for Button.iconLabel and Button.labelIcon
0.1.2 #
- Added an option to change the size of icons in Button.icon, Button.iconLabel and Button.labelIcon
- Marked button painter as private
0.1.1 #
- Changed from Containers to CustomPainter
- Added content to readme
0.1.0 #
- Initial release.