wma_connectivity 0.2.0 copy "wma_connectivity: ^0.2.0" to clipboard
wma_connectivity: ^0.2.0 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_connectivity

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

dependencies:
  wma_connectivity: ^0.2.0

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:wma_connectivity/wma_connectivity.dart';
1
likes
150
points
27
downloads

Publisher

verified publisherlinden.no

Weekly Downloads

Combines different sources of network events and tries to estimate the connectivity of the device using a Weighted Moving Average.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta, rxdart

More

Packages that depend on wma_connectivity