dio_adapter 1.1.0 copy "dio_adapter: ^1.1.0" to clipboard
dio_adapter: ^1.1.0 copied to clipboard

is a Dart package that simplifies HTTP requests using the Dio library. It provides a structured way to handle API CRUD operations with customizable request and response handling, error management, and [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dio_adapter

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

dependencies:
  dio_adapter: ^1.1.0

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:dio_adapter/dio_adapter.dart';
1
likes
0
points
101
downloads

Publisher

unverified uploader

Weekly Downloads

is a Dart package that simplifies HTTP requests using the Dio library. It provides a structured way to handle API CRUD operations with customizable request and response handling, error management, and HTTP client adaptation.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, either_dart, logger

More

Packages that depend on dio_adapter