-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
24 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
## 1.0.0-dev.2 | ||
|
||
- Bumped `fetch_api` dependency to `^1.0.0-dev.3`. | ||
- Use `fetch_api.compatibility_layer` to support Dart 2.19. | ||
- Fixed name of example file. | ||
|
||
## 1.0.0-dev.2 | ||
|
||
- Bumped `fetch_api` dependency to `^1.0.0-dev.2`. | ||
- Downgraded `js` dependency to `^0.6.5`. | ||
|
||
|
||
## 1.0.0-dev.1 | ||
|
||
- Initial version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
# Fetch API. | ||
|
||
> ⚠️ Requires Dart 2.19 or higher. | ||
This package provides [package:http](https://pub.dev/packages/http) client based | ||
of [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API). | ||
on [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API). | ||
|
||
## Features | ||
|
||
* Abort requests | ||
* Support streaming of data | ||
* Get access to redirect status | ||
* Support non-200 responses | ||
* Cancel requests | ||
* Support data streaming | ||
* Get access to redirect URL and status | ||
* Support non-`200` responses |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters