- 11 Jun, 2020 2 commits
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
Darren Austin authored
-
- 03 Jun, 2020 1 commit
-
-
Ian Hickson authored
-
- 02 Jun, 2020 1 commit
-
-
Dan Field authored
* Do not assume imageCache is created when handleMemoryPressure is called * comment for test
-
- 23 May, 2020 1 commit
-
-
Devon Carew authored
-
- 18 May, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 May, 2020 2 commits
-
-
Ian Hickson authored
-
Hans Muller authored
-
- 04 May, 2020 1 commit
-
-
Đào Hoàng Sơn authored
-
- 22 Apr, 2020 2 commits
-
-
Rene Floor authored
-
Darren Austin authored
-
- 18 Apr, 2020 1 commit
-
-
Ayush Bherwani authored
-
- 17 Apr, 2020 1 commit
-
-
Justin McCandless authored
Fixes an alignment bug seen when using both TextWidthBasis.longestLine and TextAlign.right.
-
- 10 Apr, 2020 1 commit
-
-
Gary Qian authored
-
- 09 Apr, 2020 2 commits
-
-
liyuqian authored
-
Filip Hracek authored
-
- 08 Apr, 2020 1 commit
-
-
Gary Qian authored
-
- 06 Apr, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Apr, 2020 1 commit
-
-
Dan Field authored
-
- 03 Apr, 2020 1 commit
-
-
Dan Field authored
* Remove network images from cache on any exception during loading
-
- 27 Mar, 2020 1 commit
-
-
Ferhat authored
-
- 26 Mar, 2020 1 commit
-
-
Dan Field authored
-
- 17 Mar, 2020 1 commit
-
-
Ferhat authored
* Add support for ChunkEvents for web * Add lint skip for webOnly call in _network_image_web
-
- 11 Mar, 2020 2 commits
-
-
Gary Qian authored
-
Greg Spencer authored
This converts Diagnosticable to be a mixin instead of an abstract class, so that it can be used to add diagnostics to classes which already have a base class. It leaves in place the DiagnosticableMixin mixin, since there are some plugins that are still using it, and removing it would mean that those plugins wouldn't work with master branch Flutter anymore. DiagnosticableMixin will be removed once this mixin version of Diagnosticable makes its way to the stable branch.
-
- 06 Mar, 2020 1 commit
-
-
Darren Austin authored
* Fix for negative padding from a curve in AnimatedPadding. * Added a EdgeInsets.clamp function that would return an EdgeInsets instance instead of a _MixedEdgeInsets used by the base class. This was causing some tests to fail that didn't have a text direction.
-
- 04 Mar, 2020 1 commit
-
-
Dan Field authored
* Remove listeners for live images when we clear them * review, more test * explanation
-
- 03 Mar, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 28 Feb, 2020 1 commit
-
-
Jason Simmons authored
Use strut box heights to calculate selection rectangles in order to ensure that they remain within visible bounds (#50354)
-
- 27 Feb, 2020 1 commit
- 26 Feb, 2020 1 commit
- 25 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 24 Feb, 2020 1 commit
- 20 Feb, 2020 2 commits
-
-
Gary Qian authored
- 14 Feb, 2020 1 commit
-
-
Dan Field authored
Track images available on screen
-
- 13 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 12 Feb, 2020 1 commit
-
-
Gary Qian authored
-
- 11 Feb, 2020 2 commits
-
-
Jason Simmons authored
-
Alexandre Ardhuin authored
-