customtogglebuttons 0.0.4
customtogglebuttons: ^0.0.4 copied to clipboard
A custom ToggleButtons implementation that allows more flexibility than Flutter's inbuilt ToggleButtons.
[0.0.4] - 29th Aug 2020 #
- Add Vertical and Horizontal direction support
- Fix Border creation for both directions and selectedBorder state
- Add Elevation support for elevated ToggleButtons
[0.0.3] - 29th Aug 2020 #
- Add support for setting selected, unselected and disabled button state colors.
- Add support for setting hover, highlight, splash colors.
- Add support for setting selected and disabled border colors.
[0.0.2] - 29th Aug 2020 #
- Create basic implementation to mimic some parts of ToggleButtons.
[0.0.1] - 29th Aug 2020 #
- Create empty project