我可以更改用于Flatter DevTools的默认浏览器吗?它与Firefox或其他浏览器兼容吗?就我而言,我不太喜欢Chrome,与firefox和其他浏览器相比,我有点慢,有点重.到目前为止,我还没有找到任何解决方案,甚至通过VS代码更改设置.谢谢

推荐答案

我认为还没有人正确回答这个问题,所以我会试一试.

在我的例子中,我的电脑默认浏览器设置为Safari,但Safari目前不能很好地与Ffltters开发工具配合使用.所以.如何保持计算机的默认浏览器,并在启动开发工具时指定要使用的浏览器?

在Android Studio中,打开你的首选项,左上角有一个搜索栏.

键入"Web浏览器".

You will see a list of web browsers and you can click and drag. Place the one you want to use by default on top. For example I have chrome on the top of my list. Browser List

现在只需将其从"系统默认"设置为"第一个列出的",然后应用您的更改

enter image description here

When you press this button to open dev tools it will now, in my case, open chrome instead of safari even though Safari is my computers default browser. enter image description here

Dart相关问答推荐

什么相当于 dart 中的 JAVA ThreadLocal?

如何在flutter中管理switch小部件的原生外观

在 Column Flutter 中居中展开 ListView

如何在 Dart 中创建画布元素?

在Flutter中解析 JSON 到 Map

Dart VM 的性能与 Node.js 相比如何?

Flutter web url 导航

参数类型PointerEvent不能分配给参数类型PointerDownEvent

将DateTime转换为ISO 8601

如何创建带有固定页脚和Flutter的滚动视图?

Flutter/Dart Uri 没有在 URL 中转义冒号:

Dart 中的动态类方法调用

有没有更好的方法来找出文件或目录是否存在?

Dart 中的构造函数和初始化列表有什么区别?

轻松判断数字是否在 Dart 的给定范围内?

dart中的max/mi int/double 值是否有常数?

如何使用 Dart 列出目录的内容?

如何在 Dart 中获取文件名?

如何停止 Dart 的 .forEach()?

dart列表最小值/最大值