action_button 1.0.0 copy "action_button: ^1.0.0" to clipboard
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 ActionButton widget for async actions.
  • Explicit state management: idle, loading, success, error.
  • UI-agnostic builder pattern.
  • Example usage included.
0
likes
160
points
72
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A production-ready async action button abstraction for Flutter. Standardizes async button state handling (idle, loading, success, error) with a builder pattern.

Repository (GitHub)
View/report issues

Topics

#button #async #state-management #flutter

License

MIT (license)

Dependencies

flutter

More

Packages that depend on action_button