1. 17 Nov, 2017 3 commits
    • Ian Hickson's avatar
      32242b9e
    • Ian Hickson's avatar
      DropdownButton RTL (#13040) · 8b15b537
      Ian Hickson authored
      This fixes DropdownButtons to align their popups correctly in RTL as well.
      
      Also while I was there I fixed the issue with text scale factor in the gallery.
      8b15b537
    • Todd Volkert's avatar
      Extract Android SDK version from named platform dirs. (#13056) · f0e88198
      Todd Volkert authored
      Previously, we were mapping certain named platforms
      (e.g. `android-stable`) to their corresponding version.
      this had two problems:
      
      1. The version could become out of date. For instance, we had
         mapped `android-stable` to version 24, but the stable version
         is now 27.
      2. The list of possible named versions wasn't comprehensive.
         Some Android SDKs just list the platform as `stable`, or
         `experimental`, etc.
      
      This change updates the platform version detection to use
      the `build.prop` file that exists in the platform directory
      (only for cases where the version number is not encoded into
      the directory name).
      f0e88198
  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 13 commits