flutter_connectivity_hook library
Classes
- Connectivity
- Service that can be used to check for internet connection.
- ConnectivityChecker
- Implement this class to create a custom check for internet connection. Default implementation is InternetChecker.
- ConnectivityConfig
- Configuration for Connectivity.
- ConnectivityHandler
- Implement this class to create a custom handler for internet connection.
- DefaultFlutterHandler
- Default implementation of ConnectivityHandler.
- InternetChecker
- Default implementation of ConnectivityChecker.
- NoInternetScreen
- Standard screen to use as fallback.
Enums
Properties
- useConnectivity ↔ void Function({ConnectivityConfig? config, BuildContext? context, ConnectivityDisplayType? displayType, Widget? fallBackScreen})
-
getter/setter pair