quick_button 1.0.0 quick_button: ^1.0.0 copied to clipboard
A customizable button widget for Flutter applications that allows you to easily create buttons with various attributes and behaviors.
[1.0.0] - 2023-08-17 #
- Added
QuickButton
widget with various attributes and customization options. - Added Four variations of the
QuickButton
widget: default, icon, prefixIcon, and suffixIcon. - Fixed documentation errors.
[0.1.2] - 2023-08-15 #
- Restructed
CHANGELOG.md
.
[0.1.1] - 2023-08-15 #
- Fixed Documentation.
[0.1.0] - 2023-08-15 #
- Depreciated
buttonSize
property. - Added
icon
,buttonWidth
&buttonHeight
properties. - Added Documentation.
- Updated ReadME.md.
[0.0.1] - 2023-08-14 #
- First release.