- 18 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Fixes resulting from audit of issues links I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link. * Update run_test.dart skip this test again since it failed on linux and macos bots
-
- 17 Aug, 2018 3 commits
-
-
Janice Collins authored
-
Ian Hickson authored
-
Jonah Williams authored
-
- 16 Aug, 2018 2 commits
- 15 Aug, 2018 2 commits
-
-
Michael Goderbauer authored
With this change you can now create "wrapping" text fields that do not show the new line button: ```dart new TextField( maxLines: null, keyboardType: TextInputType.text, ); ```
-
Jonah Williams authored
-
- 13 Aug, 2018 1 commit
-
-
Viet Do authored
Allows the cupertino picker to be scroll infinitely by adding builder.
-
- 12 Aug, 2018 1 commit
-
-
Greg Spencer authored
This adds the animation links for illustrations of the Transition widgets, as well as adding a cross-references to the other transition widgets in the "See also" for each of their docs.
-
- 10 Aug, 2018 4 commits
-
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Natalie Sampsell authored
Adding CupertinoActionSheet, showCupertinoModalPopup
-
Ian Hickson authored
* Visibility widget This attempts to address the confusion around how to hide a widget subtree. * Apply review comments * More clarifications
-
- 09 Aug, 2018 3 commits
-
-
liyuqian authored
This fixes https://github.com/flutter/flutter/issues/18057
-
Natalie Sampsell authored
Add minOverscrollLength to make CupertinoScrollbar thumb correct size in long scroll views.
-
Harry Terkelsen authored
-
- 08 Aug, 2018 2 commits
-
-
Natalie Sampsell authored
-
Jonah Williams authored
-
- 07 Aug, 2018 3 commits
-
-
Amir Hardon authored
This PR adds 2 features to RenderAndroidView and AndroidView: 1. Hit testing behavior Adds a `PlatformViewHitTestBehavior` which is similar to `HitTestBehavior` without the `deferToChild` option (as platform views don't have child render objects) and with a `transparent` option which prevents it from forwarding any events to the Android view. 2. MotionEvent recomposing logic FlutterView and the framework `converter.dart` are working together to transform each Android MotionEvent object into one or more `PointerEvent` objects. This PR adds the reverse logic (in _MotionEventDispatcher which is used by RenderAndroidView) which turns a stream of PointerEvent objects into MotionEvent objects. The correctness of the recomposing logic is tested in an integration test which will land in a separate PR (the unit test PR is pretty big, trying to keep as many bite-size PRs for reviewer's convenience)
-
Jonah Williams authored
-
amirh authored
-
- 06 Aug, 2018 1 commit
-
-
sandrasandeep authored
* no blinking cursor * debugDeterministicCursor: private -> public * added documentation * whitespace
-
- 03 Aug, 2018 1 commit
-
-
liyuqian authored
See details in our proposal for this breaking API change and #18057. This PR setup all code paths to allow the change but doesn't change the clip behavior by itself. We'll change `defaultClipBehavior` from `Clip.antiAlias` to `Clip.none` in the following PR to change the clip behavior and update tests.
-
- 02 Aug, 2018 2 commits
-
-
Jonah Williams authored
-
Alexandre Ardhuin authored
-
- 31 Jul, 2018 3 commits
-
-
xster authored
-
sir-boformer authored
Fixes #19617
-
Jonah Williams authored
-
- 30 Jul, 2018 2 commits
-
-
Michael Goderbauer authored
Fixes #19523
-
Jonah Williams authored
-
- 28 Jul, 2018 1 commit
-
-
amirh authored
-
- 27 Jul, 2018 2 commits
-
-
David Shuckerow authored
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-
- 25 Jul, 2018 2 commits
-
-
Jonah Williams authored
-
Greg Spencer authored
Updated documentation of SizeTransition, since I found it less than intuitive. I added some constructor asserts to make the (existing) contract more clear.
-
- 24 Jul, 2018 2 commits
-
-
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
-
Ian Hickson authored
-
- 23 Jul, 2018 2 commits
-
-
sandrasandeep authored
* fixed segmented control golden test * fixed segmented control golden test * made the comments more explanatory * changed comment, wrapped tests with if statements so they only run on MacOS * changed formatting * added width and radius fields to TextField; to do: tests and Material defaults * weak warnings * added tests * added default cursor width; changed default EditableText width * only run golden file tests on linux * changed goldens version * actually changed goldens.version * style changes * small fixes * added default material cursor color * changed goldens.version * changed goldens version again * changed goldens.version again (3) * added todo * deleted whitespace
-
Jonah Williams authored
-