dio_client 0.0.1+2 copy "dio_client: ^0.0.1+2" to clipboard
dio_client: ^0.0.1+2 copied to clipboard

A simplified[Dio](https://pub.dev/packages/dio) implementation, it targets junior developers that need to quickly have http implementation in their applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dio_client

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

dependencies:
  dio_client: ^0.0.1+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:dio_client/dio_client.dart';
1
likes
120
pub points
64%
popularity

Publisher

verified publisherhyperdeals.dev

A simplified[Dio](https://pub.dev/packages/dio) implementation, it targets junior developers that need to quickly have http implementation in their applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

dio, flutter, very_good_analysis

More

Packages that depend on dio_client