native_dio_client 0.0.3 copy "native_dio_client: ^0.0.3" to clipboard
native_dio_client: ^0.0.3 copied to clipboard

discontinuedreplaced by: native_dio_adapter

A client for Dio which makes use of cupertino_http and cronet_http to delegate HTTP requests to the native platform.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add native_dio_client

With Flutter:

 $ flutter pub add native_dio_client

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

dependencies:
  native_dio_client: ^0.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:native_dio_client/native_dio_client.dart';
1
likes
130
pub points
33%
popularity

Publisher

verified publisheruekoetter.dev

A client for Dio which makes use of cupertino_http and cronet_http to delegate HTTP requests to the native platform.

Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

github.com
www.buymeacoffee.com

License

Apache-2.0 (LICENSE)

Dependencies

cronet_http, cupertino_http, dio, http

More

Packages that depend on native_dio_client