custom_button_library 0.0.1
custom_button_library: ^0.0.1 copied to clipboard
A powerful, flexible and customizable Flutter button library with multiple variants like primary, outline, gradient, danger and icon buttons. Supports loading states, disabled states, icons, full deco [...]
Changelog #
All notable changes to this package will be documented in this file.
0.0.1 #
🎉 Initial release
Added #
- Core
CustomButtonengine - PrimaryButton
- OutlineButton
- GradientButton
- DangerButton
- IconOnlyButton
- OutlineIconButton
- GradientIconButton
- Loading state support
- Disabled state support
- Left & right icon support
- Full customization options (colors, radius, shadows, borders, decoration)
- Assertions for safe API usage
- Example app with component gallery
- Widget tests