1. 12 Jun, 2016 2 commits
  2. 10 Jun, 2016 11 commits
  3. 09 Jun, 2016 10 commits
  4. 08 Jun, 2016 11 commits
  5. 07 Jun, 2016 6 commits
    • Adam Barth's avatar
      Add -t support to flutter run on iOS (#4439) · 440aa5ee
      Adam Barth authored
      440aa5ee
    • Adam Barth's avatar
      Improve gallery visuals on iOS (#4437) · 35ea6a1c
      Adam Barth authored
      1. Use the primary color brightness to determine the color of the status bar.
          The status bar overlaps the toolbar, which has the primary color.
       2. Use Roboto for text.
      35ea6a1c
    • Adam Barth's avatar
      Introduce TapDownDetails and TapUpDetails (#4431) · 7d9f8d90
      Adam Barth authored
      We have these details objects for the same reason we now have drag details
      objects: future extensibility.
      7d9f8d90
    • Adam Barth's avatar
      Add more data to MediaQueryData.toString (#4426) · cd23ca12
      Adam Barth authored
      Fixes #4421
      cd23ca12
    • Ian Hickson's avatar
      Provide UI to paginate PaginatedDataTable (#4382) · 68f92d4f
      Ian Hickson authored
      Also:
      * Make PaginatedDataTable able to scroll itself horizontally.
      * Make drop down buttons support having an explicit text style and icon
        size given.
      * Fix a bug with drop-down buttons asserting when opened partly
        off-screen.
      * Make sure to pop the drop-down button's route if the drop-down button
        is discarded while the route is up.
      * Remove extraneous padding on drop-down buttons. (Couldn't figure out
        why it was there, and it breaks alignment when a drop-down is mixed
        with other text.)
      * Some docs improvements.
      * Add Route.isActive
      * Add a setState() method to ModalRoutes.
      68f92d4f
    • Ian Hickson's avatar
      Correct grammar in shrine demo (#4381) · 5e6baf4a
      Ian Hickson authored
      I was also going to implement sorting and emptying the cart but the
      current data model doesn't make that easy, so I gave up on that. That's
      why the TODOs are moved around though.
      5e6baf4a