- 23 Apr, 2021 2 commits
-
-
Dan Field authored
-
Alexandre Ardhuin authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 30 Mar, 2021 1 commit
-
-
Dan Field authored
-
- 25 Mar, 2021 1 commit
-
-
Tong Mu authored
-
- 18 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 16 Mar, 2021 2 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 0cbe5975.
-
- 15 Mar, 2021 1 commit
-
-
Ian Hickson authored
-
- 09 Mar, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 06 Mar, 2021 2 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 23 Feb, 2021 1 commit
-
-
allysonjp715 authored
-
- 18 Feb, 2021 1 commit
-
-
fzyzcjy authored
-
- 17 Feb, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 11 Feb, 2021 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/75622
-
- 09 Feb, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 03 Feb, 2021 1 commit
-
-
Hans Muller authored
-
- 02 Feb, 2021 1 commit
-
-
Sam Rawlins authored
In each library where an import is removed, the library uses some elements provided by the import, BUT there is another import which provides all of the same elements, and at least one more which the library uses. In this change, we remove the imports which can be simply removed in favor of the other already present imports. See https://github.com/dart-lang/sdk/issues/44569 for more information.
-
- 27 Jan, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Jan, 2021 1 commit
-
-
Devon Carew authored
-
- 18 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 16 Nov, 2020 1 commit
-
-
Ian Hickson authored
-
- 09 Nov, 2020 1 commit
-
-
Greg Spencer authored
Remove references to `Window`, and switch usages to `PlatformDispatcher` or `SingletonFlutterWindow` (#69617) * Remove references to dart:ui.Window, and point usages to PlatformDispatcher or SingletonFlutterWindow, as appropriate * remove new test platform dispatchers * Amend documentation
-
- 30 Oct, 2020 1 commit
-
-
Dwayne Slater authored
-
- 23 Oct, 2020 1 commit
-
-
Cyp authored
-
- 14 Oct, 2020 1 commit
-
-
HeavenOSK authored
* modify: add prefix `Alignment.` for toString of Alignment
-
- 08 Oct, 2020 2 commits
-
-
Jason Simmons authored
-
Alexandre Ardhuin authored
-
- 06 Oct, 2020 2 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 05 Oct, 2020 1 commit
-
-
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.
-
- 03 Oct, 2020 2 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 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.
- 23 Sep, 2020 1 commit
-
-
Gary Qian authored
-
- 22 Sep, 2020 2 commits
- 18 Sep, 2020 1 commit
-
-
Dan Field authored
-