internet_quality_codespark 1.2.0
internet_quality_codespark: ^1.2.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 Flutter:
$ flutter pub add internet_quality_codesparkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
internet_quality_codespark: ^1.2.0Alternatively, 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_quality_codespark/internet_quality_codespark.dart';