wma_connectivity 0.1.0 copy "wma_connectivity: ^0.1.0" to clipboard
wma_connectivity: ^0.1.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.1.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';
0
likes
130
pub points
0%
popularity

Publisher

verified publisherallvis.io

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