- 13 Jan, 2022 1 commit
-
-
Chris Bracken authored
When desktop support is not present in an existing project, certain flutter tool commands raise an error that direct the user to documentation on how to add desktop support to an existing Flutter project. In a recent revamp of the webside, the URL was very slightly changed (flutter.dev -> docs.flutter.dev). This updates the error message to output the new URL. Issue: https://github.com/flutter/flutter/issues/94398
-
- 11 Nov, 2021 1 commit
-
-
stuartmorgan authored
-
- 07 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 Oct, 2021 1 commit
-
-
嘟囔 authored
-
- 20 Oct, 2021 1 commit
-
-
Chris Yang authored
-
- 01 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 04 Sep, 2021 1 commit
-
-
Chris Bracken authored
When we landed the CMake minimum requirement constraint for Visual Studio 2019, we landed it with minimum version 3.15, since that's what was shipping with the current version of VS 2019 at the time. Looking at the release notes of earlier versions, it's clear that earlier versions of Visual Studio 2019 shipped with version 3.14. See: https://devblogs.microsoft.com/cppblog/visual-studio-cmake-support-clang-llvm-cmake-3-14-vcpkg-and-performance-improvements/ Looking at release notes for CMake 3.15, there are no features/fixes introduced in that version that we are dependent on. https://cmake.org/cmake/help/latest/release/3.15.html Issue: https://github.com/flutter/flutter/issues/88589
-
- 26 Aug, 2021 1 commit
-
-
Jenn Magder authored
-
- 12 Aug, 2021 1 commit
-
-
嘟囔 authored
-
- 28 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 25 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 14 Jun, 2021 1 commit
-
-
Greg Spencer authored
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated. Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
-
- 09 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Jun, 2021 2 commits
-
-
Jenn Magder authored
-
Alexandre Ardhuin authored
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 01 Jun, 2021 1 commit
-
-
Jason Simmons authored
-
- 22 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 17 May, 2021 2 commits
-
-
Chris Bracken authored
Depending on the user's build configuration, we may output multi-architecture or single-architecture binaries. Prefer to install the multi-architecture binary if built, otherwise fall back to the single-architecture binary.
-
Chris Bracken authored
This eliminates the use of the Install.ps1 script during Windows app installation and instead uses uwptool install. Install.ps1 was the slowest part of app install, and had resource contention issues that frequently caused it to fail.
-
- 13 May, 2021 2 commits
-
-
Chris Bracken authored
Adds UwpTool.install and UwpTool.uninstall methods. Refactors the PowerShell-based install code to move the powershell-related bits out of the Device class and into UwpTool so that when we swap out the PowerShell-based install for the uwptool-based install, it's transparent to the WindowsUWPDevice class. Adds implementations for: * WindowsUWPDevice.isAppInstalled * WindowsUWPDevice.uninstallApp Refactors: * WindowsUWPDevice.installApp
-
Chris Bracken authored
Allow flutter run to work end-to-end with a UWP device. Uses win32/ffi for the actual launch of the application, injected via the native API class. This is structured to avoid a g3 dependency. Install and amuid require powershell scripts for now. Actually connecting to the observatory requires running a command in an elevated prompt. Instructions are presented to the user if a terminal is attached. This is a rebased version of https://github.com/flutter/flutter/pull/79684 by @jonahwilliams, updated to remove `NativeApi` and replace is with calls to `uwptool`. Part of https://github.com/flutter/flutter/issues/82085
-
- 01 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 22 Apr, 2021 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 21 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 13 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 09 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 06 Apr, 2021 1 commit
-
-
Jonah Williams authored
[flutter_tools] generate empty plugin registrants for winuwp and fix local engine for winuwp_ (#79827)
-
- 05 Apr, 2021 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 03 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 31 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 25 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 19 Mar, 2021 1 commit
-
-
Jonah Williams authored
Adds the rest of the scaffolding for building a UWP application. The actual build functionality needs to be implemented, but could use buildWindows as an example (if it is going through cmake) #14967
-
- 08 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 16 Feb, 2021 1 commit
-
-
stuartmorgan authored
-
- 08 Feb, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 8b6baae4.
-
- 04 Feb, 2021 1 commit
-
-
Jonah Williams authored
Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
-