error_handler 1.1.0 error_handler: ^1.1.0 copied to clipboard
error handler for all http client in dart like dio, chopper http and more
1.1.0 #
- stable
- Add docs
1.0.9 #
- Add docs
1.0.8 #
- DioConverter, ChopperConverter not work now because of issue in dartdoc use ResponseConverter<T, Map<String, dynamic>> instead
1.0.7 #
- add http error 401 docs
1.0.6 #
- fix: chopper .transform not work correctly
1.0.5 #
- fix: export defined_exception.dart
1.0.4 #
- mark as stable
1.0.3-dev #
- breaking changes
- add docs and examples
- change
UserDefinedException
toDefinedException
every where - add base class
ErrorHandler
- support both
.stream
returning and.future
too - full support to chopper client
1.0.2-dev #
- fix version
1.0.1 #
- fix github link.
1.0.0 #
- Initial version.