http_services 2.0.0-beta1 http_services: ^2.0.0-beta1 copied to clipboard
A Dart package based on Dio that provides base models to handle HTTP services requests.
2.0.0-beta1 #
Added sound null safety.
1.2.5 #
- ApiException now includes the original exception.
1.2.4 #
- Mapper and orElse now take the raw Response as parameter
1.2.3 #
- Dio exposed
1.2.2 #
- Fixed web compatibility
1.2.1 #
- Added error response body.
1.2.0 #
- Added methods to perform
PUT
,DELETE
andPATCH
requests.
1.1.1 #
ApiException
toString
method now returns thehttpMessage
.
1.1.0 #
- Separated
DisposableObject
dependency. - Updated README
1.0.0+1 #
Formatting and description updated
1.0.0 #
Initial release