api_bloc 1.4.0 api_bloc: ^1.4.0 copied to clipboard
A Flutter library for managing API calls using the BLoC pattern. This library provides a set of classes and utilities to simplify API calls and manage state changes.
1.0.0 #
- Create Library
- Create Documentation
- Add License
- Create Sample
1.1.0 #
- Add data assertion on FetchSuccessState, SubmitSuccessState, SubmitFailedState
1.2.0 #
- Update Readme
1.3.0 #
- Add list of arguments inside request function
- Update Sample
- Update Readme
1.4.0 #
- Add Extension copyWith, onIdle, onLoading, onSuccess, onFailed, onError