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
AssessmentResultinstead ofbool. ReturningAssessmentResult.retrywill automatically callretry().
3.3.2 #
- Can accept
XFile.
3.2.0 #
- Allow manually add
multipartFileswhen usage ofFileis not possible.
3.1.0 #
- Use
utf8.decodebeforejsonDecode.
3.0.0 #
- Wait for
defaultRequestModifierandrequestModifierto finish. - Add
defaultPreRequestandpreRequestcallback. - Add
defaultOnAbortedandonAbortedcallback.
2.2.2 #
- Update packages
- Add basic documentation on
README.md
1.0.0 #
- Initial version.