- 04 Jun, 2018 5 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
Now that we have thousands of tests, it doesn't make sense to display a separate line for each test. The result is just megabytes of logs that you have to scrub through to find error messages.
-
Danny Tuppeny authored
Fixes #15198.
-
Martin Kustermann authored
The change in 8b8d368d has only renamed the flag in a subset of the places.
-
Danny Tuppeny authored
We were already skipping the check in `flutter upgrade` but this also spawns `flutter precache` and `flutter doctor` which would still check and potentially output the message.
-
- 01 Jun, 2018 2 commits
-
-
Mikkel Nygaard Ravn authored
-
Danny Tuppeny authored
-
- 31 May, 2018 1 commit
-
-
Sigurd Meldgaard authored
This makes it easier to run ios add2app apps with Flutter run.
-
- 30 May, 2018 5 commits
-
-
Jacob Richman authored
-
Greg Spencer authored
Revert "Update typedef syntax to use Function notation and turn on lint for old notation. (#18035)" (#18041) This reverts commit 32586020.
-
Greg Spencer authored
Fixes #18028 Just changes typedef declarations, no logic changes.
-
Ralph Bergmann authored
Uses the `version` property from the `pubspec.yaml` file to set the corresponding fields in the `local.properties` file respectively in the `Generated.xcconfig` file. The `--build-name` and `--build-number` options have changed. Now they trump the `version` property from the `pubspec.yaml` file. If the `version` property is not set and the `--build-name` and `--build-number` options are not provided, the build command will not change the `local.properties` / `Generated.xcconfig` file.
-
Mikkel Nygaard Ravn authored
-
- 29 May, 2018 2 commits
-
-
Mikkel Nygaard Ravn authored
-
Danny Tuppeny authored
-
- 28 May, 2018 2 commits
-
-
Danny Tuppeny authored
* Send an event at startup with the protocol version and pid The pid will help with some of the issues of terminate the process when launched through a shell script and the version will allow clients to make decisions about supported features. I've also bumped the protocol version number for two reasons: 1. This change 2. We didn't increase it when we added the previous emulator commands
-
Florian Loitsch authored
Enable --sync-async in Flutter. Fixes #16801
-
- 25 May, 2018 3 commits
-
-
Chris Bracken authored
When running with --local-engine, build single-architecture apps, rather than what's declared in the Xcode project. By default, Flutter creates Xcode projects that generate universal binaries supporting both armv7 and arm64 processors. Since local engine builds are all single-architecture, override the Xcode project's ARCHS setting with the appropriate value for the specific engine. NOTE: this assumes engine paths consistent with those used in the engine repo: 32-bit iOS engine builds end in _arm, 64-bit builds do not.
-
Michael Thomsen authored
-
Michael Thomsen authored
* Fully rename to hot restart Follow-up change to https://github.com/flutter/flutter/commit/f48dec570c899d8e222f5b3b7cbebd7d19fe6843 * Review feedback
-
- 24 May, 2018 5 commits
-
-
Devon Carew authored
-
Mikkel Nygaard Ravn authored
This reverts commit 39d7f22a.
-
Florian Loitsch authored
-
Tim Neumann authored
-
Ryan Macnak authored
Allows one to use a different core snapshot without a custom engine build by just packaging a different one in the APK.
-
- 22 May, 2018 2 commits
-
-
Danny Tuppeny authored
Related to: #14822 Dart-Code/Dart-Code#490 #13379
-
Danny Tuppeny authored
-
- 21 May, 2018 3 commits
-
-
Simon Lightfoot authored
* Patch to fix builds with custom targets on iOS simulator. #16787 * Fix for unused import. * Code review changes applied.
-
Devon Carew authored
-
fmatosqg authored
Scan folders when asset specified finishes with `/`
-
- 18 May, 2018 2 commits
-
-
Greg Spencer authored
Our style guide says the k's are not necessary, and it seems like a good idea to make all the code be consistent on this. Only naming changes to private vars: no logic changes.
-
Alexander Aprelev authored
This is follow-up to https://github.com/flutter/flutter/pull/17682 to fix dart1 tests.
-
- 17 May, 2018 1 commit
-
-
Alexander Aprelev authored
-
- 15 May, 2018 1 commit
-
-
liyuqian authored
Fixes #16832
-
- 14 May, 2018 2 commits
-
-
Alexander Markov authored
-
Vyacheslav Egorov authored
* Search for a suitable ARM sysroot instead of hardcoding it; * Add facility to explain why NDK was not found;
-
- 11 May, 2018 2 commits
-
-
Sam Rawlins authored
-
Chris Bracken authored
Further digging revealed that the reason --no-sim-use-hardfp was required to be specified explicitly was that Android engine gen_snapshot binaries are built on Windows with target_os=win.
-
- 10 May, 2018 2 commits
-
-
Todd Volkert authored
The non-deprecated variants aren't widely available yet
-
Todd Volkert authored
Previously, the only hook into the rasterizer schreenshot code path was via FlutterDriver.screenshot. This adds the ability for the Flutter tool to hook into all three types of screenshots: 1. device (e.g. `adb shell screencap`) 2. Skia (capture spk) 3. Rasterizer (capture PNG via the engine)
-