fetch_api 1.0.0-dev.2 copy "fetch_api: ^1.0.0-dev.2" to clipboard
fetch_api: ^1.0.0-dev.2 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());
}
9
likes
0
pub points
91%
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