- 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
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 31 Aug, 2020 2 commits
-
-
Chris Bracken authored
Flutter's `moreOrLessEquals` has a few advantages over `closeTo` from the `matcher` package: * It emits the epsilon value in the test result on failure. * It uses a named parameter for epsilon, which improves readability at the call site. * It has a reasonable default for epsilon in cases where something more specific isn't required. Using it also has the nice property that it aids in its own discovery when when people go looking for such functionality in new tests. This change also includes a couple unrelated whitespace formatting cleanups.
-
Chris Bracken authored
Several of our tests make use of numbers without an exact floating point representation (frequently 0.x where x!=5) which, when scaled, also scale the error. The end result is that some of these tests currently implicitly rely on an implementation detail of floating point math and are sensitive to differences in the ~15th decimal place. This patch reduces the sensitivity of some of these tests, checking values using `moreOrLessEquals` from the flutter_test package rather than requiring en exact match.
-
- 26 Aug, 2020 1 commit
-
-
Dan Field authored
-
- 21 Aug, 2020 2 commits
-
-
Jonah Williams authored
More work towards removal of mockito to facilitate strong null safety tests. #62886
-
timekone authored
-
- 19 Aug, 2020 3 commits
-
-
Jonah Williams authored
Reland of acdb909f with fixes to semantics.dart #61042
-
Jenn Magder authored
This reverts commit acdb909f.
-
Jonah Williams authored
-
- 12 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Aug, 2020 1 commit
-
-
Ayaan Khan authored
-
- 04 Aug, 2020 2 commits
-
-
Jonah Williams authored
-
Ian Hickson authored
-
- 29 Jul, 2020 1 commit
-
-
Todd Volkert authored
This removes the (now unused) `invertMeaningOfVerticalAndHorizontal` flag. Fixes https://github.com/flutter/flutter/issues/61470
-
- 28 Jul, 2020 2 commits
-
-
Darren Austin authored
-
Michael Goderbauer authored
-