From 26615e088a77d781ef4423c6381476e1b51abfe4 Mon Sep 17 00:00:00 2001 From: git-elliot Date: Mon, 18 Nov 2024 22:58:09 +0530 Subject: [PATCH] fix analyzer --- lib/pages/host_scan_page/host_scan_bloc/host_scan_bloc.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pages/host_scan_page/host_scan_bloc/host_scan_bloc.dart b/lib/pages/host_scan_page/host_scan_bloc/host_scan_bloc.dart index bcde242..0dc1690 100644 --- a/lib/pages/host_scan_page/host_scan_bloc/host_scan_bloc.dart +++ b/lib/pages/host_scan_page/host_scan_bloc/host_scan_bloc.dart @@ -62,7 +62,8 @@ class HostScanBloc extends Bloc { } else if (wifiGatewayIP != null) { gatewayIp = wifiGatewayIP; debugPrint( - 'Taking gatewayIp from NetworkInfo().getWifiGatewayIP(): $gatewayIp'); + 'Taking gatewayIp from NetworkInfo().getWifiGatewayIP(): $gatewayIp', + ); } else { // NetworkInfo().getWifiGatewayIP() is null on android 35, so fail-safe // to NetworkInfo().getWifiIP()