- 25 Sep, 2018 11 commits
-
-
MH Johnson authored
* Add tab bar theme. * Add tab bar theme. * Add tests, pass context to getters. * update goldens from linux box * update goldens from linux box * Added new golden test, addressed comments * override hashCode and == in TabBarTheme * Fix comment typos * Addressed Hans' comments. * Formatting changes * [TabBarTheme] Fixed spacing * [TabBarTheme] Update goldens version to latest commit
-
Hans Muller authored
-
Kathy Walrath authored
It turns out that #21888 didn't really fix the link, because *this* is the README used by dartdoc for flutter.
-
Mikkel Nygaard Ravn authored
* Prototype * Fix paths to Flutter library resources * Invoke pod install as necessary for materialized modules * Add devicelab test for module use on iOS * Remove debug output * Rebase, reame materialize editable * Add devicelab test editable iOS host app * Removed add2app test section
-
Dan Field authored
-
Dan Field authored
* Refactor of cupertino/material/widgets app * update docs * Update tests for const
-
Hans Muller authored
MaterialPageRoute transitions are now defined by the Theme. Added (optional) support for Android P style page transitions.
-
Greg Spencer authored
Swap out the moon emoji used for progress spinner for a single-cell character. The moon emoji looked cool, but couldn't be used because of bugs in xterm.js, used for VSCode's terminal, among others. The moon emoji is two character cells wide, but xterm.js doesn't advance by two cells when it adds the emoji, but does go back by two when it backspaces. This changes us to a different character animation (dots) that is only one cell wide, and so doesn't have this problem.
-
Dan Field authored
* Make CupertinoApp and MaterialApp both use WidgetsApp for Navigator * Make CupertinoApp and MaterialApp const constructors * Make WidgetsApp routes aware * Update tests
-
Jacob Richman authored
-
- 24 Sep, 2018 9 commits
-
-
creativecreatorormaybenot authored
-
Andrew Davies authored
This will now make it so that the Dart VM class returns any Isolate that matches the passed Pattern, without checking for any specific strings like "main()" This causes the search to skip over Isolates that would have matched.
-
Michael Klimushyn authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/f4aadb11cf13...74625aed323d git log f4aadb11cf13..74625aed323d --no-merges --oneline 74625aed3 Keyboard padding detection heuristic to distringuish when to include bottom inset. (flutter/engine#6288) 617b122bd Roll Dart to a2eb050044eec93f0844667b8b6132e858467e4e. (flutter/engine#6321) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/d5deda95176e...f4aadb11cf13 git log d5deda95176e..f4aadb11cf13 --no-merges --oneline f4aadb11c Change FlutterDartProject to keep precedence when looking for the ass… (flutter/engine#6305) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
-
Hans Muller authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/17f8b2f32ae4...d5deda95176e git log 17f8b2f32ae4..d5deda95176e --no-merges --oneline d5deda951 Roll src/third_party/skia 0a3864651457..a9adb6f03525 (2 commits) (flutter/engine#6320) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
-
Janice Collins authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/57fd394e59b8...17f8b2f32ae4 git log 57fd394e59b8..17f8b2f32ae4 --no-merges --oneline 17f8b2f32 Roll src/third_party/skia c955a1645148..0a3864651457 (1 commits) (flutter/engine#6319) bef460999 Roll src/third_party/skia bdb32d17999e..c955a1645148 (2 commits) (flutter/engine#6318) 6c17ce74e Roll src/third_party/skia 937348d4d442..bdb32d17999e (1 commits) (flutter/engine#6317) 94c591a1d Roll src/third_party/skia 175b587a634d..937348d4d442 (1 commits) (flutter/engine#6316) e82db8668 Remove the unused Mac Desktop shell. (flutter/engine#6314) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
-
- 23 Sep, 2018 1 commit
-
-
Ian Hickson authored
-
- 22 Sep, 2018 5 commits
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/f3a3d0ce7f0b...57fd394e59b8 git log f3a3d0ce7f0b..57fd394e59b8 --no-merges --oneline 57fd394e5 Ensure that objects on stack that close traces have unique variable names. (flutter/engine#6298) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
-
Devon Carew authored
* expose the debugProfileBuildsEnabled flag as a service extension * fix tests * review comments * remove a new keyword * test fixes * review comments
-
Ian Hickson authored
* Improve documentation and clean up code. * Remove "Note that". The phrase "note that" is basically meaningless as a prefix to an otherwise fine sentence.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/cc3009cb4ea9...f3a3d0ce7f0b git log cc3009cb4ea9..f3a3d0ce7f0b --no-merges --oneline f3a3d0ce7 Roll src/third_party/skia 11f4994b84e1..175b587a634d (1 commits) (flutter/engine#6313) 19ac3e1ac Roll src/third_party/skia 358558a4cecc..11f4994b84e1 (2 commits) (flutter/engine#6312) 7648d21b0 Dart SDK roll for 2018-09-21 (flutter/engine#6311) 5b8e8c328 Make FlutterStandardCodec handle writing NSData (flutter/engine#6207) 02901b78c Decouple PlatformViewsController from FlutterView. (flutter/engine#6303) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
-
Gary Qian authored
Unbreak build. git log a8890fdccd667d0bf0fa0a81ac350dadef60bd6c..cc3009cb4ea920863b23937ef569327880b01fba --no-merges --oneline cc3009cb4 Revert 'Dart SDK roll for 2018/09/20' 8471862c (#6309) bbdf7c158 Revert "Fix a compilation problem when using iPhoneOS12.0sdk(Xcode10) && clang version 7.0.0." (#6307) dea09212c Roll src/third_party/skia c25f440d537e..358558a4cecc (17 commits) (#6308) d29c7db76 Add logging if FlutterDartProject fails to load the application kernel snapshot (#6257) 2a1debfcc Update deprecated subtags from language subtag registry. (#6280) 540cd9626 Add Xib splashscreen support (#6289) 05f21e63a (main) Fix a compilation problem when using iPhoneOS12.0sdk(Xcode10) && clang version 7.0.0. (#6279) ca6f10389 Roll src/third_party/skia d842557c0724..c25f440d537e (10 commits) (#6304) 3b46705db Roll src/third_party/skia 38ca6d509d9f..d842557c0724 (5 commits) (#6302) 0c166fe3f Roll src/third_party/skia 05cf051f0252..38ca6d509d9f (1 commits) (#6301) cf0fbadce Roll src/third_party/skia 44c6167c4125..05cf051f0252 (4 commits) (#6299) 2ec20aaeb Remove bottom safe-area padding when keyboard up (#6297)
-
- 21 Sep, 2018 1 commit
-
-
Gary Qian authored
-
- 20 Sep, 2018 10 commits
-
-
Yegor authored
* add a test for single- and multi-line paragraph layout * use flutter_test * use closeTo for double comparison
-
Greg Spencer authored
-
Greg Spencer authored
This changes the compiler output for gradle to be less verbose and more easily read. This only applies to compilation error messages: other gradle messages will continue to print as before. It also fixes a small problem with the performance measurement printing (see that "7.1s" on it's own line in the original?) so that if something is expected to have multiple lines of output, it prints an initial line, and a "Done" line with the elapsed time, so that it's possible to know what the time applies to. It also updates the spinner to be fancier, at least on platforms other than Windows (which is missing a lot of symbols in its console font). Addresses #17307
-
Alexander Markov authored
-
Greg Spencer authored
This fixes a flaky test where it included 0ms as part of an output check. Kind of a classic flaky test.
-
Kathy Walrath authored
Fix a link that works in GitHub but not in dartdoc.
-
Stanislav Baranov authored
Use "product" mode VM snapshot when running dynamic "release" mode flutter with cached engine. (#22043) Dynamic "release" mode requires "product" (not "release") mode VM, so we must point it to the correct cached snapshot. Generation and caching of this snapshot happens the following corresponding change: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1232134
-
Alexander Aprelev authored
-
Alexander Aprelev authored
-
Alexander Aprelev authored
This is the follow-up to https://github.com/flutter/flutter/pull/20958.
-
- 19 Sep, 2018 3 commits
-
-
tonyzhao1 authored
This is a cleanup PR.
-
Michael Klimushyn authored
Closes #16031
-
Greg Spencer authored
This adds support to AnsiTerminal for colored output, and makes all tool output written to stderr (with the printError function) colored red. No color codes are sent if the terminal doesn't support color (or isn't a terminal). Also makes "progress" output print the elapsed time when not connected to a terminal, so that redirected output and terminal output match (redirected output doesn't print the spinner, however). Addresses #17307
-