1. 27 Apr, 2017 1 commit
    • Adam Barth's avatar
      Add NestedScrollView (#9640) · 744c9126
      Adam Barth authored
      A NestedScrollView lets you implement patterns where you have a header, tabs,
      and additional scrollers inside the tabs.
      
      Fixes #8359
      744c9126
  2. 21 Apr, 2017 1 commit
  3. 07 Apr, 2017 1 commit
  4. 17 Mar, 2017 1 commit
  5. 02 Mar, 2017 1 commit
    • xster's avatar
      Add Cupertino to gallery and add CupertinoButton and many yak friends (#8411) · a76c352d
      xster authored
      * Add cupertino to gallery and add CupertinoButto
      
      * Use single quotes
      
      * Add disabled state
      
      * Some review notes
      
      * Make button animation more responsive and tweak timing
      
      * Renamed things Cupertino
      
      * Button with background, move cupertino demos, move material demos
      
      * Move 2 level list too
      
      * Refactor various demo route names
      
      * Some review notes
      
      * More reviews and add test
      
      * Linter as
      
      * Move private constant up
      a76c352d
  6. 04 Feb, 2017 1 commit
  7. 31 Jan, 2017 1 commit
  8. 09 Jan, 2017 1 commit
  9. 30 Nov, 2016 1 commit
  10. 17 Aug, 2016 1 commit
  11. 16 Aug, 2016 1 commit
  12. 29 Jul, 2016 2 commits
  13. 28 Jul, 2016 1 commit
  14. 22 Jul, 2016 1 commit
  15. 20 Jun, 2016 1 commit
  16. 19 May, 2016 1 commit
    • Adam Barth's avatar
      Tabs and scrolling has odd card text (#4019) · 8283d05e
      Adam Barth authored
      Looks like our intent here was to show the tab label rather than
      "Instance of '_Page'".
      
      Also, fix an issue where the scrollableKey wasn't being forwarded to the
      actual scrollable.
      
      Fixes #3090
      8283d05e
  17. 09 May, 2016 1 commit
  18. 21 Apr, 2016 1 commit
  19. 19 Apr, 2016 1 commit
  20. 06 Apr, 2016 1 commit
  21. 25 Mar, 2016 1 commit
    • Adam Barth's avatar
      Add a default MediaQuery value · 3c6d4f66
      Adam Barth authored
      Now MediaQuery.of always returns a non-null value. By default, you get the
      values associated with the current ui.Window.
      
      Fixes #2894
      3c6d4f66
  22. 21 Mar, 2016 1 commit
  23. 14 Mar, 2016 1 commit
  24. 13 Mar, 2016 1 commit
    • Adam Barth's avatar
      [rename fixit] ToolBar -> AppBar · ede5dfce
      Adam Barth authored
      * left -> leading (Removes an LTR bias)
      * center -> title (Widget was actually centered)
      * right -> actions (Removes an LTR bias, asymmetric with leading)
      
      Fixes #2348
      ede5dfce
  25. 12 Mar, 2016 5 commits
  26. 10 Mar, 2016 1 commit
  27. 02 Mar, 2016 1 commit
    • Adam Barth's avatar
      Switch Material Design icons to using the iconfont · 870894fc
      Adam Barth authored
      Rather than managing all the Material Design icons manually, we now
      manage them using an icon font. The icon font contains glyphs for each
      icon in an efficient vector format.
      
      This patch updates the FLX tooling to include the MaterialIcons font and
      updates the Icon widget to use the font instead of asset images.
      
      Fixes #2313
      Fixes #2218
      Fixes #2009
      Fixes #994
      870894fc
  28. 09 Feb, 2016 1 commit
  29. 20 Jan, 2016 1 commit
  30. 11 Jan, 2016 1 commit
    • Adam Barth's avatar
      Simplify TabView API · dd08bf79
      Adam Barth authored
      Instead of taking a builder and a generic type, we can just take a
      List<Widget>.
      dd08bf79
  31. 06 Jan, 2016 2 commits
  32. 22 Dec, 2015 1 commit
  33. 16 Dec, 2015 1 commit
    • Hans Muller's avatar
      Correct the TabBarView swipe selection change animation · 65dca5b5
      Hans Muller authored
      The TabBarSelection change animation needs to start where the fling's drag gesture ended rather than from zero.  The intial vlaue of progress for the TabBarSelection's performance is now converted from the range used during an interactive drag, to the range used when animating from the previously selected tab to the new one.
      
      TabBarSelection now requires a maxIndex parameter.
      65dca5b5
  34. 10 Dec, 2015 1 commit