playx_network 0.0.6
playx_network: ^0.0.6 copied to clipboard
playx_network is a Wrapper around Dio that can perform api request with better error handling and easily get the result of any api request.
#0.0.6
- Add ability to not handle unauthorized requests on each request.
- [Breaking Change]! : Each Network Exception now takes errorMessage of type String instead of exceptionMessage
#0.0.5
- Enhancements for default error model.
#0.0.4
- Make
customHeaders
to be of type function that return a map to be updated correctly.
#0.0.3
- fix some bugs causing error not being reported successfully.
#0.0.2
- update from json to take dynamic json instead of map.
0.0.1 #
- initial release