问题标签 [flutter-desktop]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
860 浏览

windows - 在 Flutter for Windows 平台中实现浏览按钮

我正在为 Windows 平台构建一个 Flutter 应用程序。我想在单击浏览按钮时从 Windows 文件浏览器中选择一个文件夹。请帮助我应该怎么做才能弹出一个Windows资源管理器,我可以从中选择任何文件夹。简而言之,我想在项目中添加一个浏览按钮。 图片:点击这里

0 投票
0 回答
390 浏览

flutter - Flutter 桌面构建失败

我面临无法在 macOS 上构建用 Flutter 编写的应用程序的问题。我已经使用flutter doctor来完成整个配置,结果如下所示:

在此处输入图像描述

我所做的下一步是将颤动通道更改为掌握:

flutter channel master && flutter upgrade

我做的最后一件事是执行:

export set ENABLE_FLUTTER_DESKTOP=true

现在,当我尝试构建应用程序(颤振运行)时,我收到一个错误:

在此处输入图像描述

有谁知道如何解决这个问题?

编辑

如果这可以帮助我已经在 Intelij 中打开了该项目,但我也无法运行它。我什至无法选择目标设备。

在此处输入图像描述

0 投票
1 回答
1854 浏览

visual-studio - 如何告诉颤振 Visual Studio 2017 社区版的安装位置?

Flutter 找不到我的 Visual Studio 2017 社区版:

我读到颤动只检查默认的工作室位置。所以没有找到我的社区版也就不足为奇了。但是,由于以下错误,flutter 拒绝运行:

有什么方法可以告诉颤振 Visual Studio 的位置吗?我希望一些环境变量可以用于此目的。

任何人?

0 投票
0 回答
93 浏览

web - Flutter 是否使用了用于 Web 和桌面应用程序的 Skia 渲染引擎?

Flutter 是否使用了用于 Web 和桌面应用程序的 Skia 渲染引擎?(如用于移动设备的颤振)

0 投票
4 回答
13442 浏览

flutter - Flutter-desktop-embedding 如何构建 exe 文件

flutter-desktop-embedding中,我是windows环境,可以运行,但是不知道怎么建exe文件。我想知道该怎么做。

0 投票
2 回答
813 浏览

macos - Flutter Desktop - 从 Mac 生成 .exe

我已经开始了使用 Flutter 桌面的旅程。直到现在一切正常。我正在开发一个应用程序,它正在为 macOS 构建,就像一个魅力。现在我想为 windows (.exe) 创建可执行文件。是否可以从 macOS 生成一个?如果是这样,我怎样才能实现这样的目标?

编辑:

为了能够构建应用程序的可执行版本,我们需要从我们希望我们的应用程序运行的操作系统执行此操作。就我而言,我每天都在使用 Mac,所以我必须创建虚拟机来构建 Windows 的 .exe

0 投票
0 回答
668 浏览

flutter - flutter desktop build fails with `com.apple.xcode.tools.swift.compiler`

I try to build and run flutter for desktop and I get the bellow error when I use ~/dev/flutter/bin/flutter run -v

This is how i setup the desktop:

The example i'm trying to run:

https://github.com/google/flutter-desktop-embedding.git

0 投票
2 回答
1649 浏览

bash - Flutter desktop - send PDF to a printer

I have a requirement to print PDF on the printer from the Flutter app. Is there a chance to have a possibility to do so right now? I mean that my application is going to fetch the PDF file from the server and then I would like to put it directly to the printer, so it can be printed instantly. The platform that I am targetting is windows.

If this is not possible then is there a chance to execute .bat script using flutter? In the case that there would be no such possibility I could make the script that would print expected file to avoid flutter in this functionality

0 投票
1 回答
2480 浏览

windows - Flutter Desktop - flutter-desktop-embedding 如何将文件保存到硬盘

我在 Flutter 桌面上工作了一段时间,实施过程一切顺利。到目前为止,我只实现了 UI、网络和内存缓存。现在我开始面临一个我无法找到解决方案的真正问题。是否有一些开箱即用的可能性将文件保存到硬盘驱动器?我必须处理包含 PDF 文件的 base64 并将其放在硬盘上的某个位置。我是否应该使用为移动设备准备的功能,或者这在 Flutter for desktop 中更复杂,我必须为平台实现适当的功能并将其公开给 Flutter?如果这有任何改变,我主要针对 Windows 生态系统。我想到的唯一另一个解决方案是准备 bash/power-shell 脚本来为我做这件事,但希望,

编辑

我在这里遇到的主要问题是我想检索用户文件夹的路径。有谁知道这是怎么做到的吗?

0 投票
3 回答
5163 浏览

http - Flutter - http.get 在 macos 构建目标上失败:连接失败

我开始将我的 Flutter 应用程序移植到macos Desktop。用户界面开始很好。但是,一旦应用程序进行网络调用,它就会立即失败,并显示Connection failed (OS Error: Operation not allowed)

运行单线:

失败:

macos 构建目标来自 Google 的示例here

Flutter (Channel master, v1.9.8-pre.108)