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

outdated

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: ^0.0.1

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
0
pub points
38%
popularity

Publisher

unverified uploader

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

Homepage

License

unknown (LICENSE)

Dependencies

flutter, http

More

Packages that depend on httpservice