logic/cubit/connectivity/internet_cubit library

Classes

InternetConnected
Emitted when the device has a working internet connection.
InternetCubit
Monitors network connectivity and emits InternetState changes.
InternetDisconnected
Emitted when the device has no working internet connection.
InternetLoading
The initial state before the first connectivity check completes.
InternetState
The base class for all InternetCubit states.