internet_speed_meter 1.0.2 copy "internet_speed_meter: ^1.0.2" to clipboard
internet_speed_meter: ^1.0.2 copied to clipboard

PlatformAndroid

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_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.2

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';
19
likes
140
points
174
downloads

Publisher

verified publishersyedmoizali.site

Weekly Downloads

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 display the current network speed, enabling your users to stay informed about their internet connection performance.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on internet_speed_meter

Packages that implement internet_speed_meter