async_action 1.0.0
async_action: ^1.0.0 copied to clipboard
A library for making asynchronous actions highly reactive to state changes in Flutter UI.
1.0.0 #
- Initial release of
async_action. - Added
AsyncAction,AsyncAction0, andAsyncAction1for reactive asynchronous logic. - Added
Result(Ok/Error) for explicit outcome handling. - Added
AsyncActionButtonfor seamless UI integration with actions. - Added utility extensions for
Future<Result>andAsyncActionwidget builder.