webfetch 0.0.13
webfetch: ^0.0.13 copied to clipboard
A Dart implementation of the Web Fetch API that allows you to make requests and process results just like using fetch in a browser.
0.0.13 #
- Fix Flutter project cannot rely on the latest version
- Update dart sdk version to
^3.2.0
0.0.12 #
- Remove
httppackage dependency. - Support custom HTTP client.
- Fix
windownot found.
0.0.11 #
- BUG: Fix stream data conversion failure when request body is empty.
0.0.10 #
- feat: Support
TypedDatabody encoding request/response.
0.0.9 #
- feat:
ResponsesupportURLSearchParamsbody encoding.
0.0.8 #
Fix the response properties are not set correctly.
0.0.7 #
It's not important to improve the rating
0.0.6 #
- feat: Add
Response.redirectfactory constructor. - fix: Fix
Responsenot supportnullbody.
0.0.5 #
A Dart implementation of the Web Fetch API that allows you to make requests and process results just like using fetch in a browser.
0.0.4 #
Update http package.
0.0.3 #
- Fix
Response.jsonto returns type defined.
0.0.2 #
- Fix
decodeURIComponentanddecodeURIto returns type defined. - Fix
Headers`` not filteringset-cookie`.