1. 24 Nov, 2015 1 commit
  2. 23 Nov, 2015 15 commits
  3. 22 Nov, 2015 10 commits
  4. 21 Nov, 2015 9 commits
  5. 20 Nov, 2015 5 commits
    • Seth Ladd's avatar
      more verbose error message · 9496de7c
      Seth Ladd authored
      undo auto format
      9496de7c
    • Adam Barth's avatar
      Merge pull request #529 from abarth/bogus_engine_dir · 19438d80
      Adam Barth authored
      flutter build --engine-src-dir=<garbage> produces poor error message
      19438d80
    • Adam Barth's avatar
      flutter build --engine-src-dir=<garbage> produces poor error message · 0d3c2d93
      Adam Barth authored
      This patch improves the error message.
      
      Fixes #468
      0d3c2d93
    • Ian Hickson's avatar
      Merge pull request #528 from Hixie/yak2-routes-refactor · 11a9c682
      Ian Hickson authored
      Route refactor
      11a9c682
    • Hixie's avatar
      Route refactor · 6e371875
      Hixie authored
      - Removed the concept of ephemeral routes.
      - Renamed the two _MenuRoutes to _PopupMenuRoute and _DropDownRoute.
      - Added type arguments in various places:
        - DropDownMenu
        - _DropDownRoute
        - _ModalBottomSheetRoute
        - PopupMenuItem
        - _PopupMenu
        - _PopupMenuRoute
      - Made _ModalBottomSheetRoute, the two ex _MenuRoutes, and _DialogRoute
        all inherit from ModalRoute, via PopupRoute.
      - Change "Dropdown" and "DropDown" to "DropDown" consistently.
      - Made MaterialPageRoute inherit from PageRoute.
      - Made ModalBarrier not create a box if it's always transparent.
      - Exposed the Futures on TransitionRoutes.
      - Fixed that menus were no longer dismissable by tapping the modal
        barrier.
      6e371875