1. 05 Aug, 2016 14 commits
  2. 04 Aug, 2016 11 commits
  3. 03 Aug, 2016 3 commits
  4. 02 Aug, 2016 7 commits
  5. 01 Aug, 2016 3 commits
    • Seth Ladd's avatar
      Docs colors logo (#5176) · b34b453c
      Seth Ladd authored
      * update the color and logo for the docs site
      
      * update the color and logo for the docs site
      
      * remove unused file
      
      * removed unused script code
      
      * tweak styles for inherited names
      b34b453c
    • Hans Muller's avatar
      Pesto home stack (#5168) · 56a2d226
      Hans Muller authored
      56a2d226
    • Adam Barth's avatar
      Add a semantic version for Flutter (#4923) · fb3e64cc
      Adam Barth authored
      This patch starts a semantic versioning scheme for Flutter. We're still
      experimenting with semantic versioning, which means the version number
      might not be reliable yet.
      fb3e64cc
  6. 29 Jul, 2016 2 commits
    • Ian Hickson's avatar
      Extract applyImageFit logic. (#5158) · 735120f1
      Ian Hickson authored
      Also, add FractionalOffset.inscribe.
      735120f1
    • Dragoș Tiselice's avatar
      Added BorderRadius. (#5072) · f3444fcf
      Dragoș Tiselice authored
      * Added custom radii to RRect.
      
      This is the first commit towads an implementation of
      MergeableMaterial. It adds custom radii to RRect.
      
      * Renamed RRect constructors and added BorderRadius.
      
      BorderRadius is a class similar to EdgeInsets that lets you define
      all rounded corners of a rounded rectangle easily.
      f3444fcf