fetch_api 1.0.0-dev.3 copy "fetch_api: ^1.0.0-dev.3" to clipboard
fetch_api: ^1.0.0-dev.3 copied to clipboard

JavaScript bindings for Fetch API, allowing a flexible HTTP requests.

Fetch API. #

⚠️ Requires Dart 2.19 or higher.

Some methods are exclusive for Dart 3.0, see compatibility_layer for more info.

This package provides JavaScript bindings to Fetch API.

Features #

  • Full request parameters coverage
  • Support canceling requests
  • Read response
    • As text
    • As Blob
    • As Stream of Uint8List
  • Support streaming of data
  • Get access to redirect status
  • Support non-200 responses
6
likes
0
pub points
83%
popularity

Publisher

unverified uploader

JavaScript bindings for Fetch API, allowing a flexible HTTP requests.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

js

More

Packages that depend on fetch_api