network_checker 0.0.2 copy "network_checker: ^0.0.2" to clipboard
network_checker: ^0.0.2 copied to clipboard

A new Flutter projecA Flutter package to seamlessly monitor network connectivity and display a customizable retry button

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_checker

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

dependencies:
  network_checker: ^0.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:network_checker/network_checker.dart';
4
likes
155
points
60
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter projecA Flutter package to seamlessly monitor network connectivity and display a customizable retry button

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, internet_connection_checker_plus, mockito

More

Packages that depend on network_checker