connectivity_bloc 0.0.3 copy "connectivity_bloc: ^0.0.3" to clipboard
connectivity_bloc: ^0.0.3 copied to clipboard

A new flutter package that allows to continuously check the connection state in an application. Supportes IOS and Android

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add connectivity_bloc

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

dependencies:
  connectivity_bloc: ^0.0.3

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_bloc/connectivity_bloc.dart';
5
likes
120
pub points
71%
popularity

Publisher

unverified uploader

A new flutter package that allows to continuously check the connection state in an application. Supportes IOS and Android

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

connectivity_plus, flutter, flutter_bloc

More

Packages that depend on connectivity_bloc