fn_http 4.0.0
fn_http: ^4.0.0 copied to clipboard
Simple HTTP wrapper with clear outcomes directed through callbacks
4.0.0 #
- Dart SDK requirement to
^3.7.0
- Add
retry()
method for easy retry. - BREAKING CHANGE: now assessor returns
AssessmentResult
instead ofbool
. ReturningAssessmentResult.retry
will automatically callretry()
.
3.3.2 #
- Can accept
XFile
.
3.2.0 #
- Allow manually add
multipartFiles
when usage ofFile
is not possible.
3.1.0 #
- Use
utf8.decode
beforejsonDecode
.
3.0.0 #
- Wait for
defaultRequestModifier
andrequestModifier
to finish. - Add
defaultPreRequest
andpreRequest
callback. - Add
defaultOnAborted
andonAborted
callback.
2.2.2 #
- Update packages
- Add basic documentation on
README.md
1.0.0 #
- Initial version.