native_diox_adapter 0.0.1 copy "native_diox_adapter: ^0.0.1" to clipboard
native_diox_adapter: ^0.0.1 copied to clipboard

discontinuedreplaced by: native_dio_adapter

A client for diox 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_diox_adapter
copied to clipboard

With Flutter:

 $ flutter pub add native_diox_adapter
copied to clipboard

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

dependencies:
  native_diox_adapter: ^0.0.1
copied to clipboard

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_diox_adapter/native_diox_adapter.dart';
copied to clipboard
0
likes
150
points
24
downloads

Publisher

verified publisherflutter.cn

Weekly Downloads

2024.09.29 - 2025.04.13

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

cronet_http, cupertino_http, diox, http

More

Packages that depend on native_diox_adapter