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

This project is an implementation that allow developers to encapsulate their own usage of a http client. The main objective of this project is to create a package that provide http client encapsulated [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add iw_rest_client

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

dependencies:
  iw_rest_client: ^1.0.2

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:iw_rest_client/iw_rest_client.dart';
1
likes
0
pub points
17%
popularity

Publisher

verified publisherivanwilhelm.dev

This project is an implementation that allow developers to encapsulate their own usage of a http client. The main objective of this project is to create a package that provide http client encapsulated and by doing this allow developers to use it in many apps rather than create their own encapsulation for each project. For now, the package supports only Dart http client, however, other clients could be supported in the future, por instance, the Dio http client.

Repository (GitHub)
View/report issues

Topics

#http #rest

License

unknown (license)

Dependencies

collection, http

More

Packages that depend on iw_rest_client