doh_api_client 1.0.7 copy "doh_api_client: ^1.0.7" to clipboard
doh_api_client: ^1.0.7 copied to clipboard

A Simple API Client that implemented DoH (DNS over HTTPS) protocol using Native Method Channels.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add doh_api_client

With Flutter:

 $ flutter pub add doh_api_client

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

dependencies:
  doh_api_client: ^1.0.7

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:doh_api_client/doh_api_client.dart';
7
likes
0
points
20
downloads

Publisher

verified publishershalmon.dev

Weekly Downloads

A Simple API Client that implemented DoH (DNS over HTTPS) protocol using Native Method Channels.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on doh_api_client

Packages that implement doh_api_client