fetch_result_bloc 1.3.0
fetch_result_bloc: ^1.3.0 copied to clipboard
Abstract BLoC/Cubit components for simplified data fetching and state management.
1.3.0 #
- jumping to 1.3.0 to make it consistent with result_flow
1.1.0 #
- updated
FetchResultCubit
to allow fetching void parameters for cases where parameters are not required - updated
FetchResultCubit
to not take in default parameters because fetch and refresh, instead they should always be passed - updated example file and
README.md
1.0.0 #
- Initial version.