flutter_easy_button 1.0.3
flutter_easy_button: ^1.0.3 copied to clipboard
A customizable Material 3 FilledButton with loading, icons, and disabled state support.
1.0.0 #
- Initial release.
- Added
CustomFilledButton. - Supports loading state.
- Supports disabled state.
- Supports optional icons.
- Supports full-width layout.
- Customizable colors.
1.0.1 #
- Fixed issue for color changing during loading.
1.0.2 #
- Made textColor parameter required.
1.0.3 #
- Added
ButtonTypeenum (filled, outlined). - Added
CustomButtonwith support for both filled and outlined styles. - Added
CustomOutlineButtonwith all CustomButton features. - Made
buttonTypeparameter required - users must explicitly select button style. - Added
borderColorandborderWidthparameters for outlined buttons. - Both button classes now support dynamic type switching.