ok_http_dart 1.0.0 copy "ok_http_dart: ^1.0.0" to clipboard
ok_http_dart: ^1.0.0 copied to clipboard

outdated

A easy to use http wrapper made for personal usage.

A wrapper for dart http package for easier usage mainly for webscraping and personal use

Features #

webscraping tools json parsing using your custom fromJson method

Getting started #

add this line to your pubspec.yaml file in the root of your project.

lol

Usage #

create a OkHttpClient Instance

final OkHttpClient client = OkHttpClient();

now you can make request using that instance


void main(List<String> args) async {
  final request =
      await client.get('https://jsonplaceholder.typicode.com/posts');

  print(request.text);
}

Additional information #

TODO: ye

0
likes
0
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A easy to use http wrapper made for personal usage.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

html, http

More

Packages that depend on ok_http_dart