selectable_container 0.1.6 selectable_container: ^0.1.6 copied to clipboard
Selectable container for Flutter. The container shows an icon on one of the corner when tapped.
[0.0.1] - 2019-11-10 #
- A selectable container for Flutter. Easy to implement and customize.
[0.0.2] - 2019-11-10 #
- Beter license and documentation
[0.1.1] - 2019-11-10 #
- All settings tested. Production version.
[0.1.2] - 2019-11-15 #
- New setting 'elevation' and 'borderradius'
[0.1.3] - 2019-11-28 #
- Property selected is now public
[0.1.4] - 2020-07-20 #
- Property selected is now public
[0.1.5] - 2021-03-21 #
- onPressed Deprecated. onValueChanged added.
- Widget is now stateless.
[0.1.6] - 2021-03-25 #
- Display a different icon when unselected