Last updated:
0 purchases
flutter reachability plus
flutter_reachability_plus #
flutter_reachability_plus
Getting Started #
flutter_reachability_plus
This plugin allows Flutter apps to detect network changes. it will detect mobile network types,
such as 2G, 3G, 4G, 5G. This plugin is suitable for iOS and Android, it can also detect if the
internet connection.
Depending on : permission_handler:
checkRechability() async {
if (Platform.isAndroid) {
await Permission.phone.request(); // Need to add : permission handler
}
NetworkStatus status = await FlutterReachabilityPlus().currentNetworkStatus();
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.