Add --target support for Windows and Linux#34660
Merged
stuartmorgan-g merged 9 commits intoflutter:masterfrom Jul 1, 2019
Merged
Add --target support for Windows and Linux#34660stuartmorgan-g merged 9 commits intoflutter:masterfrom
stuartmorgan-g merged 9 commits intoflutter:masterfrom
Conversation
- Adds desktop projects to ApplicationPackageStore - Plumbs target overrides through the desktop builds
Contributor
Author
|
I expect this to fail tests still until the web issues are resolved, but I wanted to capture the remaining changes after slimming down the initial PR to just macOS. |
jonahwilliams
approved these changes
Jun 19, 2019
Contributor
jonahwilliams
left a comment
There was a problem hiding this comment.
LGTM
Let me know if rebasing passed the web changes fixes them for you
Contributor
|
fyi the tool_tests passed but never phoned home, this should be good to land |
tango5614
added a commit
to tango5614/flutter
that referenced
this pull request
Jul 4, 2019
* commit 'a0c47e2216a2b50b70c478001cf5652f31a783af': (187 commits) Do not use ideographic baseline for RenderPargraph baseline (flutter#35493) Add type to StreamChannel in generated test code. (flutter#35367) Fix RenderFittedBox when child.size.isEmpty (flutter#35487) add APK build time benchmarks (flutter#35481) fix Selection handles position is off (flutter#34665) Move usage flutter create tests into memory filesystem. (flutter#35160) Include tags in SemanticsNode debug properties (flutter#35491) Re-apply 'Add currentSystemFrameTimeStamp to SchedulerBinding' (flutter#35492) CupertinoTextField vertical alignment (flutter#34723) Mark update-packages as non-experimental (flutter#35467) fix default artifacts to exclude ios and android (flutter#35303) Roll engine ffba2f6..7d3e722 (59 commits) (flutter#35489) Update macrobenchmarks README and app name (flutter#35477) mark windows and macos chrome dev mode as flaky (flutter#35495) Use the new service protocol message names (flutter#35482) Manual roll of engine 45b66b7...ffba2f6 (flutter#35464) more ui-as-code (flutter#35393) update reassemble doc (flutter#35164) New parameter for RawGestureDetector to customize semantics mapping (flutter#33936) Add --target support for Windows and Linux (flutter#34660) ...
johnsonmh
pushed a commit
to johnsonmh/flutter
that referenced
this pull request
Jul 30, 2019
- Adds desktop projects to ApplicationPackageStore - Plumbs target overrides through the desktop builds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Plumbs the
--targetflag through for Windows and Linux. Among other things, this is necessary for flutter-driver support.As part of this, fixes the default target to use system path separators rather than being hard-coded to 'lib/main.dart', since on Windows that string is incorrect.
Follow up to #34376
Related Issues
None
Tests
I added the following tests: None
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?