konnect_speed_test 1.0.0+1
konnect_speed_test: ^1.0.0+1 copied to clipboard
Detects when your widget appears or disappears from the screen.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add konnect_speed_testThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
konnect_speed_test: ^1.0.0+1Alternatively, 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:konnect_speed_test/core/test_listener.dart';
import 'package:konnect_speed_test/speed_test.dart';