tio 0.5.0 tio: ^0.5.0 copied to clipboard
A simple wrapper for dio with response typing and full backward compatibility. Inspired by chopper.
0.5.0 #
- update README.md
- changes in error factories
0.4.0 #
- update README.md
- update analysis_options.yaml
- more informative TioError error
- Tio.withInterceptors now factory constructor
- added head method
- added some tests
0.3.0 #
- update README.md
- update pubspec.yaml topics
- added ResponseOptions.toOptions extension method
- added Dio.restart extension method
- added github workflows
- fix code styles
0.2.0 #
- update README.md
- update pubspec.yaml topics
- fix tests
- added List.check
- added Response.contentType extension getter
0.1.1 #
- Update README.md
- Add LICENSE
- Remove unused private TioException constructor
- Wildcard unused variable
0.1.0 #
- Initial version.