- 19 May, 2021 8 commits
-
-
Balvinder Singh Gambhir authored
-
Marian Triebe authored
-
Hattomo (TomohiroHattori) authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jenn Magder authored
-
Lau Ching Jun authored
-
Jay Zhuang authored
-
- 18 May, 2021 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 17 May, 2021 3 commits
-
-
Taha Tesser authored
-
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.
-
- 15 May, 2021 3 commits
-
-
Chris Bracken authored
In https://github.com/flutter/flutter/pull/82577, I landed a version bump of package shelf and package flutter_template_images. This local override should have been part of that patch but was missed in the checkin. The version bumps themselves happened in the previous patch; this just ensures we don't accidentally 'upgrade' back to version 1.0.2.
-
Chris Bracken authored
Windows package identifiers are globally unique strings, typically a GUID. These are required for templates that require a Windows package name as described in https://docs.microsoft.com/en-us/windows/win32/appxpkg/appx-portal Fixes https://github.com/flutter/flutter/issues/82587
-
Jenn Magder authored
-
- 14 May, 2021 9 commits
-
-
Jonah Williams authored
-
Taha Tesser authored
-
Abhishek Ghaskata authored
-
Gary Roumanis authored
-
Taha Tesser authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jenn Magder authored
-
Emmanuel Garcia authored
-
- 13 May, 2021 5 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
-
Jonah Williams authored
-
Emmanuel Garcia authored
-
Kenzie Schmoll authored
* Add 'v' hotkey to open DevTools in the browser
-
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
-
- 12 May, 2021 4 commits
-
-
Alexandre Ardhuin authored
-
Shi-Hao Hong authored
-
Renan authored
Re-land: Allow users to pass in Xcode build settings as env variables to flutter build macos FLUTTER_XCODE_ (#82298)
-
Taha Tesser authored
-
- 11 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 10 May, 2021 3 commits
-
-
Dan Field authored
-
Michael Goderbauer authored
-
Anurag Roy authored
-
- 09 May, 2021 1 commit
-
-
Dan Field authored
-
- 08 May, 2021 1 commit
-
-
Jenn Magder authored
-