http_simple 0.0.10 copy "http_simple: ^0.0.10" to clipboard
http_simple: ^0.0.10 copied to clipboard

outdated

More easy way to use http.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_simple

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

dependencies:
  http_simple: ^0.0.10

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

Import it

Now in your Dart code, you can use:

import 'package:http_simple/http_simple.dart';
2
likes
0
points
161
downloads

Publisher

unverified uploader

Weekly Downloads

More easy way to use http.

License

unknown (license)

Dependencies

equatable, flutter, http

More

Packages that depend on http_simple