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

A Flutter plugin to check internet speed in real-time for both Android and iOS platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_speed

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

dependencies:
  network_speed: ^0.0.1

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_speed/network_speed.dart';
2
likes
160
points
273
downloads
screenshot

Publisher

verified publisherlkrjangid.tech

Weekly Downloads

A Flutter plugin to check internet speed in real-time for both Android and iOS platforms.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on network_speed