warped_bloc 2.0.0
warped_bloc: ^2.0.0 copied to clipboard
BLoC Utilities to make your life easier when you want to perform API Calls
0.0.1 #
Includes AsyncCubit, BlocWrapper, defaultBuilder and defaultListener
0.0.2 #
Updates Repo Name.
0.0.3 #
Include support for other errors when using [handleDefaultStates] in [AsyncCubit] Updates Documentation of Code
0.0.4 #
Able to control loading state when handling default state.
0.0.5 #
Update Readme
0.0.7 #
Update Error to include data
0.0.8 #
Breaking Changes Changes the type for data to be a state instead of the data it represents.
0.0.9 #
Breaking Changes Removes the First generic for defaultBuilder and defaultListener
0.0.10 #
Breaking Changes Fix response for DataState in defaultBuilder and defaultListener.
1.0.0 #
Breaking Changes Change the Parameters passed to defaultBuilder and defaultListener Make DefaultBuilderConfig and DefaultListenerConfig usable.
1.0.1 #
Add Default Error Config for extracting error messages
1.0.2 #
Adds PaginatedAsyncCubit Adds PaginatedBuilder for pagination related tasks
1.0.3 #
Update documentation
2.0.0 #
Updates flutter_bloc version