http_services 2.0.0-beta1 copy "http_services: ^2.0.0-beta1" to clipboard
http_services: ^2.0.0-beta1 copied to clipboard

outdated

A Dart package based on Dio that provides base models to handle HTTP services requests.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add http_services

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

dependencies:
  http_services: ^2.0.0-beta1

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

Import it

Now in your Dart code, you can use:

import 'package:http_services/http_services.dart';
12
likes
0
points
170
downloads

Publisher

verified publishermagicleon94.dev

Weekly Downloads

A Dart package based on Dio that provides base models to handle HTTP services requests.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, disposable_object, meta

More

Packages that depend on http_services