httpservice 1.0.2 copy "httpservice: ^1.0.2" to clipboard
httpservice: ^1.0.2 copied to clipboard

A project that contains helper classes to help with http package.(only get is supported for now)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add httpservice

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

dependencies:
  httpservice: ^1.0.2

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:httpservice/httpservice.dart';
2
likes
140
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

A project that contains helper classes to help with http package.(only get is supported for now)

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on httpservice