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.

example/fetch_api_example.dart

import 'package:fetch_api/fetch_api.dart';


void main() async {
  final response = await fetch('https://proxy.cors.sh/https://example.com', RequestInit(
    mode: RequestMode.cors,
  ),);

  print(await response.text());
}
7
likes
0
pub points
85%
popularity

Publisher

verified publishernull.moe

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