简体   繁体   English

如何在 Flutter 最新(3.0.1)中获取所有连接的 wifi 设备列表?

[英]How to get list of all connected devices of wifi in Flutter Latest(3.0.1)?

在此处输入图像描述

I have tried all dependencies like mdns 0.0.1, Wifi Plugin Info, and Network Plugin info but have not gotten the result.我已经尝试了所有依赖项,例如 mdns 0.0.1、Wifi 插件信息和网络插件信息,但没有得到结果。 Is there any way to get all connected devices in with mac address & Name in flutter latest(3.0.1)有什么方法可以让所有连接的设备在 flutter 最新(3.0.1)中使用 mac 地址和名称

I tried to use https://pub.dev/packages/network_info_plus我尝试使用https://pub.dev/packages/network_info_plus

I can get the ssid name but everything else is null我可以得到 ssid 名称,但其他都是 null

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Flutter/Dart:如何找到连接到本地 Wifi 网络的所有设备? - Flutter/Dart: How to find All Devices Connected to my Local Wifi Network? 如何获取Flutter中当前连接的wifi的wifi名称(SSID) - How to get the wifi name(SSID) of the currently connected wifi in Flutter Flutter:获取 WiFi.networks 附近的所有列表 - Flutter: Get list of all Near by WiFi networks 在收集到所有连接到 a.network 的 IP 地址后,如何获取设备名称? Flutter - How can I get devices name after gathering all the IP addresses connected in a network? Flutter 无法在 macOS/Windows Flutter 应用程序中获取连接的外部设备列表(USB、硬盘) - Unable to get list of connected external devices( USB, Hard drive) in macOS/Windows Flutter app 使用 flutter 获取我的手机连接到的 wifi 路由器的 mac 地址 - Get mac address of the wifi router my phone is connected to, using flutter 颤动:没有连接的设备 - Flutter: no connected devices Flutter 如何查看WIFI是否开启(连接与否无所谓)? - Flutter how to check if WIFI is turned on (connected or not it doesn't matter)? Flutter/Dart:扫描本地网络以获取 IP 和连接设备的主机名 - Flutter/Dart: Scan local network to get IP and hostname of connected devices Android 工作室 - flutter:未连接设备 - Android studio - flutter: No Connected Devices
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM