wma_connectivity 0.0.1-nullsafety.2
wma_connectivity: ^0.0.1-nullsafety.2 copied to clipboard
Combines different sources of network events and tries to estimate the connectivity of the device using a Weighted Moving Average.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wma_connectivityThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wma_connectivity: ^0.0.1-nullsafety.2Alternatively, 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:wma_connectivity/wma_connectivity.dart';