- 08 Oct, 2020 5 commits
-
-
Alexandre Ardhuin authored
-
LongCatIsLooong authored
Reland "Add CompositedTransformFollower.{followerAnchor, leaderAnchor} for custom anchoring (#64930)" (#65871) (#65884)
-
Anthony authored
-
Alexandre Ardhuin authored
* enable null_check_on_nullable_type_parameter and tighten_type_of_initializing_formals * fix CI
-
Michael Goderbauer authored
-
- 07 Oct, 2020 8 commits
-
-
Chris Bracken authored
When setting the TextSelection in a TextEditingController, preserve the composing range so long as the new selection is: * a collapsed selection; in other words, a cursor rather than a selection with an extent. A selection with an extent is not permitted when composing. * within the composing region. Moving the cursor outside the composing region ends composing mode. When using physical keyboards for input with an IME, users expect to be able to navigate using the cursor within the composing region with the arrow keys in order to edit text in the composing range. As an example, a user might erroneously enter the composing text にほんごにゅうろく in kana, then hit the left arrow, followed by backspace in order to delete the ろ, then input りょ in order to generate the correct composing text にほんごにゅうりょく, before then hitting the conversion key to convert to the kanji text 日本語入力 and commit.
-
Justin McCandless authored
Errors that happen in user-defined callbacks (like onChanged) will now make it to the console.
-
Markus Aksli authored
-
Tong Mu authored
-
Daniel Iglesia authored
-
Andre authored
* Add transformAlignment and clipBehavior to AnimatedContainer, make Container.transformAlignment an AlignmentGeometry. * Add clipBehavior test * Fix comment * Clarify clipBehavior animation
-
Hans Muller authored
-
Justin McCandless authored
-
- 06 Oct, 2020 3 commits
-
-
Michael Goderbauer authored
-
Alexandre Ardhuin authored
* migrate material to nullsafety * address review comments * address review comments * fix build
-
Michael Goderbauer authored
-
- 05 Oct, 2020 6 commits
-
-
Kate Lovett authored
-
Justin McCandless authored
Improving IV table docs due to confusion in an issue.
-
Alexandre Ardhuin authored
-
Abhishek Ghaskata authored
-
Tong Mu authored
-
Dan Field authored
* Reland dispose images when done (#67100) Changes since last time: - Test for CanvasKit image rendering (https://github.com/flutter/flutter/pull/67176) - Fix CanvasKit dispose impl (https://github.com/flutter/engine/pull/21555) - Update internal google3 customer with a problematic ImageStream Listener impl (cl/335091311, cl/335459002) This reverts commit 473358d9.
-
- 02 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 01 Oct, 2020 4 commits
-
-
Dan Field authored
-
Dan Field authored
* Dispose of images after using them Adds ImageInfo.clone, ImageInfo.dispose, and ImageInfo.isCloneOf. Makes all stateful holders of ui.Image objects properly clone and dispose of them. Behavior change for ImageStreamCompleter: Removing the last listener after registering at least one listener results in the object being disposed, and new listeners cannot be added, unless a keepAlive handle is created. Makes all non-stateful holders of ui.Image (i.e. paintImage and RawImage) assert that whoever gave the image to them has not disposed it on them.
-
Phil Quitslund authored
- 30 Sep, 2020 2 commits
-
-
Anhad Singh authored
-
Pedro Massango authored
-
- 29 Sep, 2020 5 commits
-
-
Konstantin Scheglov authored
-
Alexander Brusher authored
-
Justin McCandless authored
Improve GlobalKey docs by mentioning a pitfall that some users had where the instantiated it in the build method.
-
Yuqian Li authored
This is a continuation of https://github.com/flutter/flutter/pull/61366 after cl/333620714 See also https://flutter.dev/go/clip-behavior
- 28 Sep, 2020 3 commits
-
-
Pieter van Loon authored
-
Pedro Massango authored
* Add back autovalidate property * Add autovalidate property back (include tests) * Fix typos * One more test :)
-
xubaolin authored
-
- 27 Sep, 2020 2 commits
-
-
Michael Goderbauer authored
-
Alexandre Ardhuin authored
* apply upcoming lint cast_nullable_to_non_nullable * make RenderObjectElement.renderObject non-nullable
-
- 24 Sep, 2020 1 commit
-
-
Michael Goderbauer authored
-