- 08 Jan, 2021 1 commit
-
-
Hans Muller authored
-
- 25 Dec, 2020 1 commit
-
-
Todd Volkert authored
-
- 24 Dec, 2020 1 commit
-
-
Darren Austin authored
-
- 11 Dec, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 04 Dec, 2020 1 commit
-
-
houyushan authored
-
- 03 Dec, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 23 Nov, 2020 1 commit
-
-
Yazeed AlKhalaf authored
*
Add IgnorePointer Widget dartpad * Fix grammatical issues in docs of IgnorePointer * Remove trailing spaces
-
- 22 Nov, 2020 1 commit
-
-
Chulwoo Park authored
-
- 09 Nov, 2020 1 commit
-
-
chunhtai authored
* Fix crash when widgetspan does not produce a semantics node in render paragraph * fix comments * fixed corner case, added test, refactored semantics widget * addressing comment
-
- 03 Nov, 2020 2 commits
-
-
Greg Spencer authored
-
Shi-Hao Hong authored
* Add a code sample for the [Offstage] widget
-
- 02 Nov, 2020 1 commit
-
-
Greg Spencer authored
-
- 01 Nov, 2020 3 commits
-
-
Rinish Sam authored
-
Suryanshu Singh authored
-
Amit Patil authored
-
- 31 Oct, 2020 1 commit
-
-
Greg Spencer authored
My yearly pass to fix spelling errors in the API dartdocs.
-
- 30 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 29 Oct, 2020 1 commit
-
-
Ian Hickson authored
-
- 27 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 19 Oct, 2020 1 commit
-
-
Ayush Bherwani authored
-
- 15 Oct, 2020 1 commit
-
-
Hans Muller authored
-
- 10 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 Oct, 2020 2 commits
-
-
LongCatIsLooong authored
Reland "Add CompositedTransformFollower.{followerAnchor, leaderAnchor} for custom anchoring (#64930)" (#65871) (#65884)
-
Anthony authored
-
- 07 Oct, 2020 2 commits
-
-
Markus Aksli authored
-
Tong Mu authored
-
- 05 Oct, 2020 2 commits
-
-
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.
-
- 01 Oct, 2020 2 commits
-
-
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.
- 29 Sep, 2020 2 commits
-
-
Alexander Brusher authored
-
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 1 commit
-
-
Pieter van Loon authored
-
- 27 Sep, 2020 1 commit
-
-
Alexandre Ardhuin authored
* apply upcoming lint cast_nullable_to_non_nullable * make RenderObjectElement.renderObject non-nullable
-
- 23 Sep, 2020 1 commit
-
-
Yuqian Li authored
-
- 17 Sep, 2020 1 commit
-
-
TheBiirb authored
-
- 15 Sep, 2020 4 commits
-
-
LongCatIsLooong authored
Revert "Add CompositedTransformFollower.{followerAnchor, leaderAnchor} for custom anchoring (#64930)" (#65871) This reverts commit 2fbb529d.
-
Yuqian Li authored
This follows https://github.com/flutter/flutter/pull/59364 and cl/319911104 FittedBox is still default to hardEdge clip as new FittedBox is added to Google very quickly. Let's first roll other part of changes into Google first.
-
Alexandre Ardhuin authored
* Reland "Nnbd widgets (#64672)" This reverts commit 127e6790. * remove non-nullable enforcement on AsyncSnapshot * make data param non-nullable for AsyncSnapshot.withData * make some Text params non-nullable
-
Filip Hracek authored
-