flutter_request_bloc 1.0.0
flutter_request_bloc: ^1.0.0 copied to clipboard
Package that facilitates REST API calls using flutter_bloc and hydrated_bloc.
1.0.0 December 30th, 2021 #
- First official stable release!
- Add
valueToJsonandvalueFromJsonmethods toRequestPersistantCubit. - Add value constructor and deconstructor methods to
toJsonandfromJsonconstructors ofRequestState. - A bunch of issues fixed regarding storing data of a
RequestPersistantCubit.
0.2.0 May 28th, 2021 #
- First official release!
- Improved README file.
- Improved documentation.
0.1.0 April 25th, 2021 #
- First release!