Flutter-如何在MacOS应用中使用smb映射网络驱动器?

时间:2019-11-21 13:07:31

标签: macos flutter smb

我的macOS应用需要告诉Finder通过smb://协议打开共享驱动器

我尝试使用html包,但这没用:

var url = "smb://myserver.com"
if (await canLaunch(url)) {
    await launch(url);
}

我也尝试过url_launcher,但是文档已经说过,它不支持映射网络驱动器,仅支持http,https,mailto,tel和sms

我的猜测是MacOS api仍然不够成熟,因此不存在吗?

到处搜索...在此先谢谢您!

0 个答案:

没有答案