1. 22 Jan, 2017 1 commit
  2. 18 Jan, 2017 1 commit
  3. 05 Jan, 2017 2 commits
  4. 09 Dec, 2016 1 commit
  5. 30 Nov, 2016 2 commits
  6. 23 Nov, 2016 1 commit
  7. 22 Nov, 2016 1 commit
  8. 03 Nov, 2016 3 commits
  9. 01 Nov, 2016 3 commits
  10. 24 Oct, 2016 2 commits
  11. 23 Oct, 2016 1 commit
  12. 17 Oct, 2016 2 commits
  13. 03 Oct, 2016 1 commit
  14. 26 Sep, 2016 2 commits
    • Adam Barth's avatar
      Persistent bottom sheet should not overlap app bar (#6076) · 55f48f72
      Adam Barth authored
      The spec forbids persistent bottom sheets from overlapping the app bar. There
      are also some fancy scroll-linked effects that we're supposed to do with
      persistent bottom sheets, but those will need to wait for another patch.
      
      Fixes #5143
      55f48f72
    • Ian Hickson's avatar
      Turn off AnimationControllers when not in use (#5902) · 9e673853
      Ian Hickson authored
      This requires all AnimationController objects to be given a
      TickerProvider, a class that can create the Ticker.
      
      It also provides some nice mixins for people who want to have their
      State provide a TickerProvider. And a schedulerTickerProvider for those
      cases where you just want to see your battery burn.
      
      Also, we now enforce destruction order for elements.
      9e673853
  15. 22 Sep, 2016 1 commit
  16. 14 Sep, 2016 1 commit
    • Hans Muller's avatar
      Refresh indicator overscroll (#5836) · f4904b14
      Hans Muller authored
      * Added OverscrollIndicatorEdge et al
      
      * RefreshIndicator only clamps its scrollable edge
      
      * added a test
      
      * Updated the test
      
      * fixed lint-os
      
      * fixed a typo
      
      * Scrollable should restore its viewport dimensions when it reappears
      
      * removed an accidental commit
      
      * updated per review feedback
      f4904b14
  17. 07 Sep, 2016 1 commit
  18. 01 Sep, 2016 1 commit
    • Matt Perry's avatar
      Re-enable iOS back gesture. (#5680) · 3732d754
      Matt Perry authored
      The iOS transition is the more buggy part of this feature, and it wasn't
      disabled. Let's just leave them enabled while I work on improvements.
      3732d754
  19. 30 Aug, 2016 1 commit
  20. 25 Aug, 2016 1 commit
  21. 23 Aug, 2016 1 commit
  22. 16 Aug, 2016 1 commit
  23. 11 Aug, 2016 1 commit
  24. 22 Jul, 2016 1 commit
  25. 21 Jun, 2016 1 commit
    • Ian Hickson's avatar
      ImageIcon (#4649) · e502e9c8
      Ian Hickson authored
      Anywhere that accepted IconData now accepts either an Icon or an
      ImageIcon.
      
      Places that used to take an IconData in an `icon` argument, notably
      IconButton and DrawerItem, now take a Widget in that slot. You can wrap
      the value that used to be passed in in an Icon constructor to get the
      same result.
      
      Icon itself now takes the icon as a positional argument, for brevity.
      
      ThemeData now has an iconTheme as well as a primaryIconTheme, the same
      way it has had a textTheme and primaryTextTheme for a while.
      
      IconTheme.of() always returns a value now (though that value itself may
      have nulls in it). It defaults to the ThemeData.iconTheme.
      
      IconThemeData.fallback() is a new method that returns an icon theme data
      structure with all fields filled in.
      
      IconTheme.merge() is a new constructor that takes a context and creates
      a widget that mixes in the new values with the inherited values.
      
      Most places that introduced an IconTheme widget now use IconTheme.merge.
      
      IconThemeData.merge and IconThemeData.copyWith act in a way analogous to
      the similarly-named members of TextStyle.
      
      ImageIcon is introduced. It acts like Icon but takes an ImageProvider
      instead of an IconData.
      
      Also: Fix the analyzer to actually check the stocks app.
      e502e9c8
  26. 20 Jun, 2016 1 commit
  27. 16 Jun, 2016 1 commit
  28. 03 Jun, 2016 1 commit
  29. 02 Jun, 2016 1 commit
    • Adam Barth's avatar
      Improve float action button transitions (#4309) · 6d4fd850
      Adam Barth authored
      Previously the floating action button would disappear during transitions. Now
      we animate properly. I've also centralized the animation in Scaffold instead of
      spreading it across the Scaffold and the FloatingActionButton.
      
      Fixes #1718
      6d4fd850
  30. 24 May, 2016 1 commit
  31. 11 May, 2016 1 commit