如何使用Flutter Desktop打开windows资源管理器?
I want to open the windows explorer application, not open a dialog. for example, the Edge's display in a folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以将目录的
file:
URL 传递给url_launcher
。例如:You can pass
file:
URLs for a directory tourl_launcher
. For instance:有一个插件 open_file: open_file: ^3.2.1
There is a plugin open_file: open_file: ^3.2.1