fconnectivity library

A Flutter package that provides utilities for checking internet connectivity status.

Classes

InternetAccessChecker
A singleton class that provides useful methods to configure internet access checking.
InternetAccessConsumer
A widget that listens to the internet access state of the device and invokes the appropriate callback based on the current state. It rebuilds the widget based on the internet access state.
InternetAccessListener
A widget that listens to the internet access state of the device and invokes the appropriate callback based on the current state.