- 21 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 15 Oct, 2020 1 commit
-
-
Darren Austin authored
Migrate yet even more widget framework tests to null safety.
-
- 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.
-
- 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.
- 30 Sep, 2020 1 commit
-
-
Pedro Massango authored
-
- 22 Sep, 2020 1 commit
-
-
Dan Field authored
Remove fake image implementations, add createTestImage to flutter_test
-
- 12 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 09 Jul, 2020 1 commit
-
-
Kate Lovett authored
-
- 26 Jun, 2020 1 commit
-
-
Dan Field authored
-
- 11 Jun, 2020 2 commits
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
Darren Austin authored
-
- 18 May, 2020 1 commit
-
-
Rene Floor authored
-
- 23 Apr, 2020 2 commits
-
-
chunhtai authored
* Fix FlutterError.onError in debug mode * update * fix comments * add license header * fix analyzer * update * another attempt * fix test * fix comment
- 09 Apr, 2020 1 commit
-
-
liyuqian authored
-
- 06 Apr, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Mar, 2020 1 commit
-
-
Dan Field authored
-
- 27 Feb, 2020 1 commit
-
- 26 Feb, 2020 1 commit
-
- 24 Feb, 2020 1 commit
-
- 20 Feb, 2020 1 commit
-
- 14 Feb, 2020 1 commit
-
-
Dan Field authored
Track images available on screen
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 07 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 30 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 27 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 17 Jan, 2020 1 commit
-
-
Anthony authored
[a11y] Make sure RenderFractionalTranslation updates its semantics after the translation field is set (#48985)
-
- 16 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 16 Oct, 2019 1 commit
-
-
Gary Qian authored
-
- 15 Oct, 2019 2 commits
-
-
Jonah Williams authored
-
Gary Qian authored
-
- 30 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add missing trailing commas * add more missing trailing commas * add more and more missing trailing commas
-
- 13 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 30 May, 2019 1 commit
-
-
Todd Volkert authored
Tickers being disabled and re-enabled can cause the condition of a synchronous notification happening after image frames have been delivered, which is valid in that case. As such, this removes the assert. https://github.com/flutter/flutter/issues/32374
-
- 29 May, 2019 1 commit
-
-
Todd Volkert authored
This adds two new builders to the `Image` class: * `frameBuilder`, which allows callers to control the widget created by an [Image]. * `loadingBuilder`, which allows callers fine-grained control over how to display loading progress of an image to the user. `FadeInImage` can be simplified by migrating to the new API. This is done in a follow-on commit. https://github.com/flutter/flutter/issues/32374
-