- 16 Feb, 2018 2 commits
- 15 Feb, 2018 14 commits
-
-
xster authored
* Created plumbing but has stream problem * testing with makePipe * Trying pipe but not really getting anywhere * works by repeatedly reading line * Minor cleanup * works * Clean up pipe after use. * Move the last status forward * Make sure failed script commands bubble up
-
Ian Hickson authored
-
xster authored
* Small glow overscroll dartdoc addition * Directly specify [MaterialApp] * review
-
Mikkel Nygaard Ravn authored
This reverts commit b3e4976c.
-
Mikkel Nygaard Ravn authored
-
Todd Volkert authored
Reports from that commit included: * Doctor hanging * Doctor prompting to install JDK * AnsiStatus.cancel() printing elapsed time and extra newline * Printing extra spinner character at the end of each line
-
asiva authored
up the latest Dart roll - Resubmit https://github.com/flutter/flutter/pull/14392 to fix compilation errors
-
Vyacheslav Egorov authored
If compiler failed to produce Kernel binary then compile(...) returns null to the caller. If we don't check for null we end up trying to run file called "null" which causes a very confusing crash of the flutter_tester.
-
Alexander Aprelev authored
* Use already downloaded dart sdk for frontend_server. This is follow-up to https://github.com/flutter/flutter/pull/14610 * Remove reference to engine dart-sdk from artifacts * Remove unused imports * WIP to switch back to solution where dart sdk is downloaded into bin/cache/dart-sdk, but it is 'flutter precache -a' that can download all dart sdks for other platforms under bin/cache/artifacts/engine/<platform>/dart-sdk * Download all dart sdks when 'flutter precache -a'
-
Vyacheslav Egorov authored
-
Alexandre Ardhuin authored
-
najeira authored
* add explanation about navigator to showDialog doc * update doc by review
-
Ian Hickson authored
-
Devon Carew authored
* have flutter analyze support --preview-dart-2 * review comments
-
- 14 Feb, 2018 17 commits
-
-
jcollins-g authored
* Initial version, seems to work * Unit test for android license checker * Cleanups * Windows analyzer wants const. * Refinements to timeout * review comments * Forgot a nit
-
Michael Goderbauer authored
-
Chris Bracken authored
Inlcudes: * libtxt: specifically request the Roboto font in tests and benchmarks (flutter/engine#4675) * Make Paragraph methods really return List<int> if they are declared as such (flutter/engine#4676) * Stop using ClassHierarchy.deprecated_incremental (flutter/engine#4678) * On iOS, render to an offscreen surface to avoid renderbuffer slowdown (flutter/engine#4680)
-
David Shuckerow authored
-
amirh authored
-
Alexander Aprelev authored
* Put generated kernel files into <build> directory * USe default value for kernel file
-
Chris Bracken authored
Includes: * Roll Skia to f802e757646f424b563fdc1f5b5ee3c677659e98 (flutter/engine#4677)
-
Justin authored
Pull code out of flx.dart:assemble() to make flx.dart:buildAssets which creates the AssetBundle. This will allow us to create just this instead of an entire FLX.
-
Alexander Aprelev authored
* Use engine-built dart sdk * Download dart-sdk from engine * Move up deps to fix dart sdk constraint problem * Update update_dart_sdk.ps1 for Windows * Fix tests so they pass analysis * More types for tests * Roll engine * Update dart sdk stamp location in flutter.bat * Add newline
-
Sarah Zakarias authored
-
Todd Volkert authored
Re-apply "Send nextId in addition to previousId for traversal order (#14676)"
-
Todd Volkert authored
-
Todd Volkert authored
Fixes #14688
-
Todd Volkert authored
-
xster authored
* Let the gallery bundle Id ephemerally change to io.flutter.demo.gallery before deploying * add a comment
-
Michael Goderbauer authored
-
xster authored
Work around xcodebuild's undocumented freeze when -showBuildSettings is used with -allowProvisioning* (#14684)
-
- 13 Feb, 2018 7 commits
-
-
amirh authored
Adds a ScaffoldGeometry class and ValueNotifier for it. A scaffold's ScaffoldGeometry notifier is held in the _ScaffoldState, and is passed to _ScaffoldScope. New ScaffoldGemometry objects are built and published to the notifier.
-
Hans Muller authored
-
Mikkel Nygaard Ravn authored
-
Alexander Markov authored
* Revert "Roll engine to 834d6eb02988e7f2c44eda05cec908378a1a9138 (#14664)" This reverts commit c19fbe86. Reason: timeouts while doing hot reload in hot_mode_dev_cycle__preview_dart_2_benchmark.
-
asiva authored
fixes.
-
Filip Hracek authored
-
Alexander Markov authored
Contains * Roll Dart to 223eeb2ebe112aaaddca206aab55cd54b4e54391 (https://github.com/flutter/engine/pull/4659)
-