action_button 1.0.0
action_button: ^1.0.0 copied to clipboard
A production-ready async action button abstraction for Flutter. Standardizes async button state handling (idle, loading, success, error) with a builder pattern.
1.0.0 #
- Added ready-made styled buttons: NeumorphicActionButton, GradientActionButton, and GlassmorphicActionButton.
- Exported styled buttons in the package public API for easy import.
- Refactored core logic to keep ActionButton UI-agnostic and maintainable.
- Improved example app to demonstrate usage of styled buttons with async state management.
0.0.2 #
- Minor cleanup: removed redundant comments for clarity and maintainability.
0.0.1 #
- Initial release.
- Provides
ActionButtonwidget for async actions. - Explicit state management: idle, loading, success, error.
- UI-agnostic builder pattern.
- Example usage included.