Ian Hickson
|
36052e68dd
|
BoxDecoration API changes: backgroundColor -> color et al (#9648)
backgroundColor -> color
backgroundImage -> image
BackgroundImage -> DecorationImage
|
2017-04-27 14:19:01 -07:00 |
|
Alexandre Ardhuin
|
9541848272
|
make @immutable const classes (#9532)
* make @immutable const
* fix build
|
2017-04-21 23:09:42 +02:00 |
|
Hans Muller
|
92e40b5c45
|
Image color blend mode (#9486)
|
2017-04-19 17:46:00 -07:00 |
|
Alexandre Ardhuin
|
2de61a0853
|
add @required when there's an assert not null (#9124)
* add @required when there's an assert not null
* address review comments
|
2017-03-31 18:34:13 +02:00 |
|
Alexandre Ardhuin
|
578ca0a295
|
use color.shadeXxx instead of color[Xxx] (#8932)
* use color.shadeXxx instead of color[Xxx]
* remove calls to .shade500 on MaterialColor
* remove calls to .shade200 on MaterialAccentColor
* fix test
|
2017-03-21 23:14:55 +01:00 |
|
Adam Barth
|
5cf04b6141
|
Rename ImageFit to BoxFit (#8871)
This machinery is useful for arbitrary boxes (e.g., with FittedBox).
Fixes #6463
|
2017-03-17 15:21:55 -07:00 |
|
Hans Muller
|
859da8d28b
|
Rename ListItem to ListTile, document ListTile fixed height geometry (#8769)
|
2017-03-14 11:46:30 -07:00 |
|
Hans Muller
|
54d9541638
|
Added a gallery animation demo (#8547)
|
2017-03-03 11:38:19 -08:00 |
|