- 24 Jul, 2018 1 commit
-
-
Jonah Williams authored
Changes: - Move the SemanticsConfiguration update from RenderToggleable to each subclass, so that Switch can use toggled. - Add image, liveRegion, toggled properties to Semantics, SemanticsConfiguration, SemanticsNode - Added semanticsLabel and excludeFromSemantics to Image (the latter so that we avoid creating a semantics node) - Added onDismiss semantics action which maps to the modal escape on iOS and dismiss action on Android. - Added dismiss and liveRegion to snackbar widget - Updated custom painter semantics to handle image, liveRegion, toggle - Updated relevant tests to use correct flag/action
-
- 23 Jul, 2018 2 commits
-
-
Jonah Williams authored
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 20 Jul, 2018 3 commits
-
-
amirh authored
RenderAndroidView is responsible for sizing and displaying an embedded Android view. AndroidView is responsible for creating and disposing the Android view and is using RenderAndroidView to display it.
-
Greg Spencer authored
-
Jonah Williams authored
-
- 19 Jul, 2018 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/18971
-
- 18 Jul, 2018 1 commit
-
-
Viet Do authored
* Add sample of multicolumn picker to Flutter Gallery * Modify CupertinoPicker to be able to be rendered off-center.
-
- 16 Jul, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-
Alexandre Ardhuin authored
-
- 11 Jul, 2018 1 commit
-
-
Michael Goderbauer authored
Instead, if the surface is 0x0 semantics will just generate one root semantics node with size of 0x0. The node will have no children because all children are invisible and (except for the root node with this change) invisible children are dropped.
-
- 09 Jul, 2018 1 commit
-
-
Sigurd Meldgaard authored
-
- 03 Jul, 2018 1 commit
-
-
sandrasandeep authored
* fixed segmented control golden test * fixed segmented control golden test * added cursorWidth, cursorRadius * added default value for cursorWidth based on Apple specs * test default cursorWidth * removed cursorHeight stuff * added functionality to keep cursor from blinking * cursor width and radius is configurable + tests * changed goldens repo version in goldens.version * working version of configurable cursor (erased debugKeepCursorOn) * minor changes * docs * changed textfield test that was failing due to new default cursorwidth * added default value of cursorwidth in RenderEditable * only run golden file tests on Mac * cursor tests * the tests are actually there now * weak warning fixed * switching to Linux * changed default cursorWidth: 2.0 -> 1.0 * assorted changes, including changing text field test * re-paint -> re-layout when changing cursorWidth
-
- 29 Jun, 2018 1 commit
-
-
Ian Hickson authored
-
- 27 Jun, 2018 1 commit
-
-
Jonah Williams authored
-
- 25 Jun, 2018 2 commits
-
-
liyuqian authored
This should fix https://github.com/flutter/flutter/issues/18729 I'll add a gold test, and try to figure out how to remove the saveLayer without affecting the correctness later.
-
liyuqian authored
This should fix https://github.com/flutter/flutter/issues/18731 and I've added a unit test for it.
-
- 22 Jun, 2018 2 commits
-
-
liyuqian authored
This fixes https://github.com/flutter/flutter/issues/18708
-
Jonah Williams authored
-
- 21 Jun, 2018 4 commits
-
-
Yegor authored
-
liyuqian authored
This is a follow up on https://github.com/flutter/engine/pull/5420 and https://github.com/flutter/flutter/issues/18057 As you can see from the diff, we also mistakenly saveLayer before the clip at some places previously.
-
matthew-carroll authored
* Use RenderAnimatedOpacity within AnimatedOpacity widget (#15466) * Fixed minor bug in RenderAnimatedOpacity * Updated protected API for ImplicitlyAnimatedWidget
- 16 Jun, 2018 1 commit
-
-
Jonah Williams authored
-
- 15 Jun, 2018 2 commits
-
-
liyuqian authored
We have many hidden children because of iOS accessibility (see also #18410). For example, in the tile screen of complex_layout app, there could be up to 20 children being painted without this PR. With this PR, only 12 get painted. This should improve the performance of FL-53 by 40%.
-
Michael Goderbauer authored
-
- 14 Jun, 2018 1 commit
-
-
xster authored
-
- 13 Jun, 2018 1 commit
-
-
Chris Bracken authored
fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly from source, flutter_platform.dart automatically runs a kernel compile when operating in Dart 2 mode, but this assumes a functional Dart SDK is available in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts directory with an empty temp dir. Remaining work is: 1. Get the frontend server building as a dependency on Fuchsia. 2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server. This also reverts migration to Dart 2 typedef syntax. This reverts commit 6c56bb24. (#18362) This reverts commit 3daebd05. (#18316)
-
- 11 Jun, 2018 1 commit
-
-
Greg Spencer authored
Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax. Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml. No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
-
- 09 Jun, 2018 1 commit
-
-
Hans Muller authored
-
- 07 Jun, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 06 Jun, 2018 1 commit
-
-
amirh authored
A bug in _RenderCustomClip was compaeing the type of oldClipper to itself instead to the type of newClipper. This was the root cause for the crash #14937 worked around. This also reverts the workaround introduced in #14937.
-
- 05 Jun, 2018 3 commits
-
-
Michael Goderbauer authored
-
Hans Muller authored
-
Alexandre Ardhuin authored
-
- 01 Jun, 2018 2 commits
-
-
Ian Hickson authored
Also, fixes "flutter run" for golden tests, and some docs.
-
Ian Hickson authored
-
- 31 May, 2018 2 commits
-
-
Hans Muller authored
-
Ian Hickson authored
-
- 30 May, 2018 1 commit
-
-
Greg Spencer authored
Revert "Update typedef syntax to use Function notation and turn on lint for old notation. (#18035)" (#18041) This reverts commit 32586020.
-