ButI can't understand, why author(s) of the wifi_info_flutter plugin requires GPS turned ON on the device to make getWifiName() method work. How can I motivate end user to enable GPS in order to my app just want get name on the current connected wifi network?
wifi_info_flutter_example 适用于 iOS 设备 安装 当前版本不是最新,点击下载最新版本x 关于wifi_info_flutter_example 大小 5.8 MB 更新时间 2023-02-03 版本 1.0.0(build 2) 证书类型 查看 wifi_info_flutter_example的其它版本 1.0.0 (build 3)2023-02-03...
import'package:flutter/material.dart';import'package:network_info_plus/network_info_plus.dart';voidmain(){runApp(MyApp());}classMyAppextendsStatelessWidget{@overrideWidgetbuild(BuildContextcontext){returnMaterialApp(title:'Wifi Info App',home:WifiInfoPage(),);}}classWifiInfoPageextendsStatefulWidget{@ov...