- 17 Jun, 2021 1 commit
-
-
Mirko Mucaria authored
-
- 03 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 01 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 15 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 13 May, 2021 1 commit
-
-
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
-
- 28 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 14 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 13 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 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)
-
- 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
-
- 16 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 26 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 20 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 19 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 17 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 19 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 14 Jan, 2021 1 commit
-
-
Jenn Magder authored
-
- 13 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 07 Jan, 2021 1 commit
-
-
Jenn Magder authored
-
- 06 Jan, 2021 2 commits
-
-
Jenn Magder authored
This reverts commit 28db5a0f.
-
Jenn Magder authored
-
- 22 Dec, 2020 1 commit
-
-
J-P Nurmi authored
-
- 15 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 04 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 01 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 24 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 19 Nov, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit a9a35d10.
-
- 18 Nov, 2020 4 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 17 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 03 Nov, 2020 3 commits
-
-
Jenn Magder authored
-
Jonah Williams authored
This reverts commit b7708831.
-
Jenn Magder authored
-
- 26 Oct, 2020 1 commit
-
-
Jonah Williams authored
The tool observes a large number of unhandled exceptions during the file copy portion of flutter create. it is difficult to tell whether the permission issue is caused by the source/destination, or whether it is due to a bug in dart:io. To work around this, implement a permission check for both the source and dest files. If either fails, the tool can exit with a more specific message. If these checks pass, then perform the actual copy. If the copy fails, fallback to manually copying the bytes
-
- 20 Oct, 2020 1 commit
-
-
Jenn Magder authored
This reverts commit dd9323bd.
-