smart_http 1.0.6
smart_http: ^1.0.6 copied to clipboard
A dart wrapper around dio to handle http requests along with cancelable api for bloc and repository.
1.0.6 #
- fix: removed all
dart:iodependencies to make it compatible with web.
1.0.5 #
- fix: path version incompatiblility with flutter_test.
1.0.4 #
- chore: bumped versions of dependencies.
- fix: removed
dart:iodependency to make it compatible with web.
1.0.3 #
- chore: made
HttpClient.mapErrorpublic. - chore: added
HttpException.codeto set http status codes. - fix: used the original http error message when passing to
HttpExceptioninstead of a default message
1.0.2 #
- chore: made
HttpClient.decodeErrorDatapublic. - chore: moved
CancelableBlocMixin.tryItto extension method. - chore: made
HttpClientConfigequatable. - fix: handled type casting issue in
HttpClient.decodeDatawhich will throw aTypeMismatchExceptionwith the data that was unable to cast.
1.0.1 #
- chore: made
decodeErrorMessagepublic.
1.0.0+3 #
- chore: updated dependencies.
1.0.0+2 #
- chore: made
HttpClient.successCodespublic.
1.0.0+1 #
- refactor: Hide private extension methods.
1.0.0 #
- Initial stable release.
0.0.3 #
- Updated dependencies.
0.0.2 #
- Added example.
0.0.1 #
- initial release.