1. 17 Nov, 2017 6 commits
  2. 16 Nov, 2017 7 commits
  3. 15 Nov, 2017 3 commits
    • Yegor's avatar
      custom hashCode/== in Element to speed up inheritFromWidgetOfExactType (#13019) · 6be08468
      Yegor authored
      * custom hashCode/== in Element to speed up inheritFromWidgetOfExactType
      
      * explain why 24 bits
      6be08468
    • Greg Spencer's avatar
      Adding accomodations to ListTile for scaleTextFactor. (#12973) · c15c021e
      Greg Spencer authored
      This makes ListTile expand vertically when text is scaled, or really when whatever is placed inside it is larger than the available space.
      
      In order for UnconstrainedBox to be useful here, I needed for it to only unconstrain the child Row in one dimension, so I added a "constrainedAxis" parameter to the UnconstrainedBox.
      
      Also, changed one enum test to use a switch instead.
      
      I modified the ListTile test to be more representative of the intention of the spec: we were testing with text in the leading and trailing sections, and the design wants icons there. Because there was leading text, and the dense mode only changes the font size on the text lines, the leading text was propping up the minimum size of the tile, making so that the test wasn't really testing any changes in dense mode.
      c15c021e
    • xster's avatar
      Add a Flutter version comparison function (#12959) · 9a0d4cf7
      xster authored
      * add git version comparison function
      
      * use [] in dartdoc
      
      * Make method instance method
      9a0d4cf7
  4. 14 Nov, 2017 6 commits
  5. 13 Nov, 2017 5 commits
  6. 11 Nov, 2017 3 commits
  7. 10 Nov, 2017 10 commits