Includes AsyncCubit, BlocWrapper, defaultBuilder and defaultListener
Updates Repo Name.
Include support for other errors when using [handleDefaultStates] in [AsyncCubit] Updates Documentation of Code
Able to control loading state when handling default state.
Update Readme
Update Error to include data
Breaking Changes Changes the type for data to be a state instead of the data it represents.
Breaking Changes Removes the First generic for defaultBuilder and defaultListener
Breaking Changes Fix response for DataState in defaultBuilder and defaultListener.
Breaking Changes Change the Parameters passed to defaultBuilder and defaultListener Make DefaultBuilderConfig and DefaultListenerConfig usable.
Add Default Error Config for extracting error messages
Adds PaginatedAsyncCubit Adds PaginatedBuilder for pagination related tasks
Update documentation