network_diagnostic_kit 1.0.4 copy "network_diagnostic_kit: ^1.0.4" to clipboard
network_diagnostic_kit: ^1.0.4 copied to clipboard

A Flutter plugin for network diagnostics including speed test, DNS test, ping, and quality evaluation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_diagnostic_kit

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

dependencies:
  network_diagnostic_kit: ^1.0.4

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:network_diagnostic_kit/network_diagnostic_kit.dart';
1
likes
150
points
--
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for network diagnostics including speed test, DNS test, ping, and quality evaluation.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

connectivity_plus, flutter, http, plugin_platform_interface

More

Packages that depend on network_diagnostic_kit

Packages that implement network_diagnostic_kit