1. 20 Jun, 2017 1 commit
  2. 23 Apr, 2017 1 commit
  3. 21 Apr, 2017 1 commit
  4. 11 Apr, 2017 1 commit
    • xster's avatar
      Rename State.config to widget everywhere (#9273) · 89a7fdfc
      xster authored
      Rename State.config to State.widget
      Rename State.didUpdateConfig to State.didUpdateWidget
      Renamed all State subclasses' local variables named config to something else
      89a7fdfc
  5. 07 Apr, 2017 1 commit
  6. 21 Mar, 2017 1 commit
  7. 17 Mar, 2017 1 commit
  8. 14 Mar, 2017 1 commit
  9. 04 Mar, 2017 1 commit
  10. 21 Feb, 2017 1 commit
  11. 17 Feb, 2017 1 commit
  12. 15 Feb, 2017 1 commit
  13. 09 Feb, 2017 1 commit
    • Ian Hickson's avatar
      Port AppBar to Scrollable2 (#7996) · 83a4cf26
      Ian Hickson authored
      Move the back button and drawer opening logic into the app bar.
      
      Move the tap-status-bar-to-scroll-to-top logic to using
      ScrollControllers. Provide a PrimaryScrollController and a `primary`
      flag on scroll views.
      
      Make it possible to track when a route becomes or stops being poppable.
      83a4cf26
  14. 04 Feb, 2017 1 commit
    • Adam Barth's avatar
      Make kPestoRecipes a constant (#7886) · 652e9c7a
      Adam Barth authored
      Someone on stack overflow was mutating the list of recipes and getting
      confused about why the UI didn't redraw. Making kPestoRecipes a constant
      might help avoid that confusion.
      652e9c7a
  15. 29 Nov, 2016 2 commits
  16. 22 Nov, 2016 1 commit
    • Adam Barth's avatar
      Rename Flexible to Expanded and improve docs (#6978) · 8ca4caa4
      Adam Barth authored
      This patch replaces uses of Flexible with Expanded where we're using
      FlexFit.tight. We still need to think of a better name for the
      FlexFit.loose variant.
      
      Also, improve the docs for Row, Column, Flex, and RenderFlex to be more
      problem-oriented and to give a complete account of the layout algorithn.
      
      Fixes #6960
      Fixes #5169
      8ca4caa4
  17. 27 Oct, 2016 3 commits
  18. 21 Oct, 2016 1 commit
  19. 03 Oct, 2016 1 commit
  20. 21 Sep, 2016 2 commits
  21. 20 Sep, 2016 2 commits
  22. 16 Sep, 2016 2 commits
  23. 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
  24. 09 Sep, 2016 1 commit
  25. 08 Sep, 2016 1 commit
  26. 31 Aug, 2016 1 commit
  27. 18 Aug, 2016 1 commit
  28. 17 Aug, 2016 2 commits
  29. 16 Aug, 2016 1 commit
  30. 05 Aug, 2016 2 commits
  31. 04 Aug, 2016 1 commit
    • Adam Barth's avatar
      Make AppBar a Hero (#5214) · 628884a8
      Adam Barth authored
      This patch improves the Post and Shrine transitions by making the AppBar
      into a Hero and changing the default MaterialPageTransition. Now the
      AppBar transitions smoothly between screens and the
      MaterialPageTransition doesn't involve a fade effect.
      
      Also, rejigger the bounds of the image header in Pesto to avoid the
      "pop" at the end of the animation by laying out the image header at its
      final visual size instead of relying on occlusion to size the image
      header.
      
      Fixes #5202
      Fixes #5204
      628884a8
  32. 02 Aug, 2016 1 commit