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

PlatformAndroid

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';
18
likes
150
points
254
downloads

Publisher

verified publishersyedmoizali.site

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on internet_speed_meter