internet_speed_meter 1.0.3
internet_speed_meter: ^1.0.3 copied to clipboard
Monitor network speed in real-time in your Flutter apps with the Internet Speed Monitor package. Display current network speed and keep users informed about their connection performance
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add internet_speed_meter
This 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.3
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:internet_speed_meter/internet_speed_meter.dart';