- 06 Nov, 2019 1 commit
-
-
chunhtai authored
* added new lfecycle state * update * update
-
- 05 Nov, 2019 30 commits
-
-
Michael Klimushyn authored
This missed some plugins that _do_ support the v1 embedding (shared_preferences as one known case) so caused unexpected breakages. This reverts commit b94c1a41.
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/7b968ff95ff1...0928c1af2f45 git log 7b968ff95ff1..0928c1af2f45 --no-merges --oneline 2019-11-05 garyq@google.com Add 'Cough' test font and support multiple test fonts. (flutter/engine#13649) 2019-11-05 skia-flutter-autoroll@skia.org Roll src/third_party/skia 4cc2dc64ff13..4a4f34b76f3a (19 commits) (flutter/engine#13637) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC garyq@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
-
LongCatIsLooong authored
-
Kaushik Iska authored
This makes the flutter tool download the debug symbols for Flutter and Dart runners to be used in Fuchsia dev environment.
-
xster authored
-
Emmanuel Garcia authored
-
Shi-Hao Hong authored
-
Taufiq Rahman authored
-
Jonah Williams authored
-
Zachary Anderson authored
-
Yegor authored
-
Shi-Hao Hong authored
This reverts commit a214b462.
-
Per Classon authored
* Add Material Study app Rally to examples
-
Justin McCandless authored
Adds the CupertinoContextMenu widget for iOS 13 support.
-
Edman P. Anjos authored
Fixes #42049.
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/e73c9c8f6bd5...7b968ff95ff1 git log e73c9c8f6bd5..7b968ff95ff1 --no-merges --oneline 2019-11-05 chinmaygarde@google.com Ensure that the CAMetalLayer FBO attachments can be read from. (flutter/engine#13643) 2019-11-04 47866232+chunhtai@users.noreply.github.com Revert "Added new lifecycle enum (#11913)" (flutter/engine#13632) 2019-11-04 47866232+chunhtai@users.noreply.github.com Added new lifecycle enum (flutter/engine#11913) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC cbracken@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/0a8bd9dd6fbb...e73c9c8f6bd5 git log 0a8bd9dd6fbb..e73c9c8f6bd5 --no-merges --oneline 2019-11-04 skia-flutter-autoroll@skia.org Roll src/third_party/skia 8e083eee8ece..4cc2dc64ff13 (1 commits) (flutter/engine#13543) 2019-11-04 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from ggsQ5... to XcaoM... (flutter/engine#13535) 2019-11-04 yjbanov@google.com fix getBoxesForRange for zero-length ranges (flutter/engine#13483) 2019-11-04 bkonyi@google.com Roll src/third_party/dart bbe2ac28c9..ab5cf0f854 (73 commits) (flutter/engine#13614) 2019-11-02 skia-flutter-autoroll@skia.org Roll src/third_party/skia 283ec65f632a..8e083eee8ece (32 commits) (flutter/engine#13489) 2019-11-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from FKqQ_... to ggsQ5... (flutter/engine#13490) 2019-11-02 xster@google.com Release shim bindings when detaching (flutter/engine#13432) 2019-11-01 gw280@google.com Add fuchsia.intl.PropertyProvider to our services on Fuchsia (flutter/engine#13486) 2019-11-01 fmil@google.com [dart] Makes the intl services available (flutter/engine#13460) 2019-11-01 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 866GG... to dhwMR... (flutter/engine#13475) 2019-11-01 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from JngMB... to FKqQ_... (flutter/engine#13477) 2019-11-01 skia-flutter-autoroll@skia.org Roll src/third_party/skia 809ec77893be..283ec65f632a (14 commits) (flutter/engine#13472) 2019-11-01 dnfield@google.com Request a reattach when creating the text input plugin on Android (flutter/engine#13474) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC cbracken@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
-
Shi-Hao Hong authored
*Starting with arb files in lib/l10n, the tool creates the following by default: 1. An AppLocalizations class containing: - an `AppLocalizationsDelegate` - a `supportedLocales` property that returns a list of all supported locales. - a `localizationsDelegate` property that returns a list containing this delegate along with `GlobalMaterialLocalizations.delegate`, `GlobalCupertinoLocalizations.delegate`, and `GlobalWidgetsLocalizations.delegate`. 2. One Dart `message_<locale>.dart` file for each arb file, as well as a `messages_all.dart` file that performs the locale message lookup. The tool infers the locale of each arb file from the @@Locale property or the arb file's name.
-
Taufiq Rahman authored
* Adjust and refactor all FlatButton tests into its respective file
-
Jenn Magder authored
-
umevoshi authored
-
Thalles Santos authored
initalValue should be initialValue
-
Emmanuel Garcia authored
-
Dan Field authored
-
Kate Lovett authored
SliverAppBar - Configurable overscroll stretch with callback feature & FlexibleSpaceBar support (#42250)
-
Jonah Williams authored
* remove Source.behavior, fix bug in depfile invalidation * more cleanup of assets * Add skip * address comments * Update build_system.dart
-
Darren Austin authored
Added tests for the new Android heading semantic flag to android_semantics_testing.
-
LongCatIsLooong authored
-
Emmanuel Garcia authored
-
Dan Field authored
-
- 04 Nov, 2019 5 commits
-
-
Emmanuel Garcia authored
-
Nurhan Turgut authored
* Adding handling of TextInputClient.onConnectionClosed messages handling to Framework * Adding more test cases for closing connection to editable_text_test * fixing analyze error. * Fixing analyze error in the test file * Fixing comments on the new method * Adding more closing connection examples. * Indentation change * Remove auto-add white space * Changing the oncloseconnection behaviour to stop editing. Updating the tests * Addressing PR comments. Added explicit log for method channnels to the tests. Added comments to the interfaces. * add more documentation
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 02 Nov, 2019 2 commits
-
-
Emmanuel Garcia authored
-
Jonah Williams authored
-
- 01 Nov, 2019 2 commits
-
-
Emmanuel Garcia authored
-
Dan Field authored
-