connectivity_web 0.1.0+2 copy "connectivity_web: ^0.1.0+2" to clipboard
connectivity_web: ^0.1.0+2 copied to clipboard

Flutter Web package, that allows you check internet status anytime or listen to change events, using the MobX lib as state management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add connectivity_web

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

dependencies:
  connectivity_web: ^0.1.0+2

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:connectivity_web/connectivity_web.dart';
4
likes
40
pub points
39%
popularity

Publisher

unverified uploader

Flutter Web package, that allows you check internet status anytime or listen to change events, using the MobX lib as state management.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_mobx, mobx

More

Packages that depend on connectivity_web