- 30 Oct, 2018 25 commits
-
-
Greg Spencer authored
-
MH Johnson authored
* Create TabBarTheme of(...) constructor * First round comments * fix imports
-
Greg Spencer authored
This adds flutter create --sample which allows users to execute a command which will create a working sample app from samples embedded in the API docs. The command looks something like this: flutter create --sample=chip.DeletableChipAttributes.onDeleted mysample
-
Greg Spencer authored
Stop wrapping adb, gradle and ios logger output, and update terminal wrapping column dynamically. (#23592) Subcommand output (gradle, adb, etc) is no longer wrapped, and wrapping notices when the terminal column width changes dynamically now. Fixes #23267. Fixes #23266.
-
jslavitz authored
* Adds sample code to TextFormField
-
Devon Carew authored
* update the docs for the module template * update text
-
Gary Qian authored
-
jslavitz authored
* added textDirection to TextField
-
Hans Muller authored
-
Danny Tuppeny authored
-
Hans Muller authored
-
Ian Hickson authored
Removes some `new`s and other minor cleanup.
-
Hans Muller authored
-
Dan Field authored
* Use Xcode build configurations to drive Flutter build mode * Proper check wrt local_engine, print error if profile mode misisng * Remove unused code, update tests, fix template problem, update warning * fix up warning * add explanatory dev comment * fix whitespace * missing words, change lambda arrow to function body * error indentation * Test early exits for xcode_backend.sh * only on macOS, use right test * Update error messages * case insensitive compare for build config * Update gallery podfile * update projects to add profile configuration * make compatible with flavors * add missing plist files
-
Michael Thomsen authored
* Update template comments Make template comments consistent with recent tools changes * Update packages/flutter_tools/templates/app/lib/main.dart.tmpl Co-Authored-By: mit-mit <mit-mit@users.noreply.github.com> * Fix merge conflict
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/7be0217d6796...3a6775730028 git log 7be0217d6796..3a6775730028 --no-merges --oneline 3a6775730 Roll src/third_party/skia 14768f64fba3..dde307f14273 (3 commits) (flutter/engine#6697) ab92772e8 Roll src/third_party/skia ca44d5d85895..14768f64fba3 (1 commits) (flutter/engine#6695) d7e2be279 Roll src/third_party/skia d48b7a881b24..ca44d5d85895 (3 commits) (flutter/engine#6694) 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
-
Gary Qian authored
162b2e98c036a8f8c355fd475dbe0db4f4bc886c..7be0217d6796954694753647b7a757b8e3907f64 7be0217d6 Roll back _countryCode assert - breaking change (#6693) 91a019cfd Fix popSystemNavigator (#6691) 2b2fbf0f6 Add Locale.fromSubtags and support for scriptCode. (#6518) 58c8e30e5 Roll src/third_party/skia ab18c8e6cc20..d48b7a881b24 (5 commits) (#6690) 3b17cfb68 Flutter tester default locales (#6689) 96bbd2b36 Roll buildroot to 11a934e99eaa4aa8e278cd2772aff4f51f1f3c41 (#6687) 0e9defbd6 Roll src/third_party/skia 68825776f4b4..ab18c8e6cc20 (11 commits) (#6688) cc686d7ae Don't populate the external view embedder in PaintContext. (#6686) ab782faa7 Roll src/third_party/skia 1de48d8040aa..68825776f4b4 (1 commits) (#6685) c4aa8d343 Roll src/third_party/skia 797197a772b8..1de48d8040aa (2 commits) (#6684) 7352251eb Roll src/third_party/skia 79c96811863f..797197a772b8 (1 commits) (#6683) 3dac47e4d Roll src/third_party/skia 38e4fd0c5654..79c96811863f (1 commits) (#6682) 2f06a53a8 Roll src/third_party/skia b53f1f46982d..38e4fd0c5654 (1 commits) (#6681) a1d7cad70 Fix inconsistent include syntax (#6680) 236661cd8 Roll src/third_party/skia 3b79aa3a5ad0..b53f1f46982d (13 commits) (#6679) c4f50611d Roll buildroot to pick up Mac toolchain updates. (#6678) ba8f6aa71 Handle Windows headers defining ERROR to 0 in log levels. (#6677) 505d2a923 Roll buildroot to pick up updates to custom toolchains. (#6674) 6c2a0b3a6 Undefine ERROR in platform_view_layer.cc (#6675) 55e12993a Update FlutterPlugin.h docs, suppress warning for older API (#6672) f7970048d Attach and position embedded UIVIews (#6614) df85722fa Plumb the iOS PlatformViewsController into flow. (#6603) 2bfb893cf iOS Embedding Refactor (#6447)
-
Ian Hickson authored
Luckily this class didn't actually need to extend its superclass, it only implements the interface. So we can change `extends` to `implements` and that's close enough, while allowing the class to be mixed in again.
-
Ian Hickson authored
* Avoid abbreviations * Sample code for AppBar.leading * Add a test for OverflowBox/FractionallySizedBox * Minor wording improvements in the text. The words "note that" here don't really contribute to the flow.
-
Alexander Aprelev authored
* Revert "Revert "Run reload asynchronously so that multiple devices can reload in parallel. (#22693)" (#23598)" This reverts commit 0b68068d. * Fix refreshViews so it sends app-wide(rather than per-isolate) service request. Sending per-isolate request caused dead-lock in the engine in case of more-than-one ui isolate.
-
Devon Carew authored
-
Hans Muller authored
-
Ben Konyi authored
* Added '--check-for-remote-artifacts' option for Flutter Doctor. This option takes a Flutter engine revision and issues HEAD requests to determine whether or not artifacts for the provided engine revision are available from cloud storage. This functionality is needed for the Dart SDK autoroller to avoid creating a PR to roll the engine into the framework while artifacts haven't finished building, which would cause Cirrus tests to fail.
-
- 29 Oct, 2018 6 commits
-
-
Nurlan Zhussupov authored
-
Jacob Richman authored
-
Andrew Davies authored
Previously there was no way to add this flag when searching for Isolates.
-
Dan Field authored
One of the devicelab tests is broken after this commit - rolling to last known good commit while I investigate. /cc @bkonyi
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/2f06a53a8d19...7352251ebec6 git log 2f06a53a8d19..7352251ebec6 --no-merges --oneline 7352251eb Roll src/third_party/skia 79c96811863f..797197a772b8 (1 commits) (flutter/engine#6683) 3dac47e4d Roll src/third_party/skia 38e4fd0c5654..79c96811863f (1 commits) (flutter/engine#6682) 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/a1d7cad70c81...2f06a53a8d19 git log a1d7cad70c81..2f06a53a8d19 --no-merges --oneline 2f06a53a8 Roll src/third_party/skia b53f1f46982d..38e4fd0c5654 (1 commits) (flutter/engine#6681) 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.
-
- 28 Oct, 2018 2 commits
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/162b2e98c036...a1d7cad70c81 git log 162b2e98c036..a1d7cad70c81 --no-merges --oneline a1d7cad70 Fix inconsistent include syntax (flutter/engine#6680) 236661cd8 Roll src/third_party/skia 3b79aa3a5ad0..b53f1f46982d (13 commits) (flutter/engine#6679) c4f50611d Roll buildroot to pick up Mac toolchain updates. (flutter/engine#6678) ba8f6aa71 Handle Windows headers defining ERROR to 0 in log levels. (flutter/engine#6677) 505d2a923 Roll buildroot to pick up updates to custom toolchains. (flutter/engine#6674) 6c2a0b3a6 Undefine ERROR in platform_view_layer.cc (flutter/engine#6675) 55e12993a Update FlutterPlugin.h docs, suppress warning for older API (flutter/engine#6672) f7970048d Attach and position embedded UIVIews (flutter/engine#6614) df85722fa Plumb the iOS PlatformViewsController into flow. (flutter/engine#6603) 2bfb893cf iOS Embedding Refactor (flutter/engine#6447) 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.
-
Ian Hickson authored
* Revert "[H] Created a variant of InheritedWidget specifically for Listenables (#23393)" This reverts commit 93132859. * Revert "Fix a race condition in vmservice_test.dart (#23529)" This reverts commit 5e7b0a36.
-
- 27 Oct, 2018 6 commits
-
-
Ian Hickson authored
* Created a variant of InheritedWidget specifically for Listenables * Add more documentation per review comments
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/19273
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/162b2e98c036...6c2a0b3a6d93 git log 162b2e98c036..6c2a0b3a6d93 --no-merges --oneline 6c2a0b3a6 Undefine ERROR in platform_view_layer.cc (flutter/engine#6675) 55e12993a Update FlutterPlugin.h docs, suppress warning for older API (flutter/engine#6672) f7970048d Attach and position embedded UIVIews (flutter/engine#6614) df85722fa Plumb the iOS PlatformViewsController into flow. (flutter/engine#6603) 2bfb893cf iOS Embedding Refactor (flutter/engine#6447) 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/3236b49ceac5...162b2e98c036 git log 3236b49ceac5..162b2e98c036 --no-merges --oneline 162b2e98c Roll src/third_party/skia a944142412cd..3b79aa3a5ad0 (15 commits) (flutter/engine#6671) 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.
-
Alexander Aprelev authored
Revert "Run reload asynchronously so that multiple devices can reload in parallel. (#22693)" (#23598) This reverts commit 709f54f4 as it seems to have broken two tests: flutter_gallery__back_button_memory, named_isolates_test.
-
- 26 Oct, 2018 1 commit
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/dd791f36aca8...3236b49ceac5 git log dd791f36aca8..3236b49ceac5 --no-merges --oneline 3236b49ce Add missing includes (flutter/engine#6670) 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.
-