fetch_api 2.0.0-wasm copy "fetch_api: ^2.0.0-wasm" to clipboard
fetch_api: ^2.0.0-wasm copied to clipboard

JavaScript bindings for Fetch API, flexible HTTP requests, redirects, streaming and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fetch_api

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fetch_api: ^2.0.0-wasm

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fetch_api/fetch_api.dart';
7
likes
0
pub points
85%
popularity

Publisher

verified publishernull.moe

JavaScript bindings for Fetch API, flexible HTTP requests, redirects, streaming and more.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

web

More

Packages that depend on fetch_api