internet_speed_meter 1.0.2
internet_speed_meter: ^1.0.2 copied to clipboard
The Network Speed Monitor Flutter package provides a simple and efficient way to monitor network speed in real-time within your Flutter applications. With this package, you can easily retrieve and dis [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add internet_speed_meterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
internet_speed_meter: ^1.0.2Alternatively, 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:internet_speed_meter/internet_speed_meter.dart';