internet_quality_codespark 1.0.0 copy "internet_quality_codespark: ^1.0.0" to clipboard
internet_quality_codespark: ^1.0.0 copied to clipboard

Measure real-world internet quality in Flutter applications using latency-based analysis. Classify network responsiveness into Excellent, Good, Poor, Very Poor, or Offline with zero external dependencies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add internet_quality_codespark

With Flutter:

 $ flutter pub add internet_quality_codespark

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

dependencies:
  internet_quality_codespark: ^1.0.0

Alternatively, your editor might support dart pub get or 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_quality_codespark/internet_quality_codespark.dart';
1
likes
0
points
95
downloads

Publisher

verified publisherksaikiran.dev

Weekly Downloads

Measure real-world internet quality in Flutter applications using latency-based analysis. Classify network responsiveness into Excellent, Good, Poor, Very Poor, or Offline with zero external dependencies.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #internet #networking #connectivity #utility

License

unknown (license)

Dependencies

flutter

More

Packages that depend on internet_quality_codespark