action_button
A production-ready async action button abstraction for Flutter. Standardizes async button state handling (idle, loading, success, error) with a builder pattern.
What this package is like to depend on
Last release 5 months ago
15 Mar 2026
Release timing varies
gaps range from 8 days to 2 months
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
7 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jan 2026 to Mar 2026Releases
latest 3-
1.0.015 Mar 2026Release notes
Open source →- 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.218 Jan 2026Release notes
Open source →- Minor cleanup: removed redundant comments for clarity and maintainability.
-
0.0.109 Jan 2026Release notes
Open source →- Initial release.
- Provides
ActionButtonwidget for async actions. - Explicit state management: idle, loading, success, error.
- UI-agnostic builder pattern.
- Example usage included.