1. 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
  2. 26 Feb, 2016 1 commit
  3. 23 Feb, 2016 1 commit
  4. 18 Feb, 2016 1 commit
  5. 16 Feb, 2016 1 commit
  6. 11 Feb, 2016 2 commits
  7. 05 Feb, 2016 1 commit
  8. 04 Feb, 2016 1 commit
  9. 03 Feb, 2016 1 commit
  10. 22 Jan, 2016 1 commit
  11. 20 Jan, 2016 1 commit
  12. 12 Jan, 2016 1 commit
  13. 07 Jan, 2016 1 commit
  14. 17 Dec, 2015 1 commit
  15. 16 Dec, 2015 1 commit
  16. 30 Nov, 2015 1 commit
    • Hans Muller's avatar
      TabNavigator animates selected TabView · 9de4df1e
      Hans Muller authored
      The TabBar's selection is now represented by a TabBarSelection object which encapsulates both the previous and currently selected indices and the Performance used to animate the selection indicator.
      
      Added a TabBarView class which displays a tab's contents. It uses a shared TabBarSelection to stay in sync with a TabBar. The TabBarView scrolls in sync with the TabBar when the selection changes. Eventually it will allow one to fling the selection forward or backwards.
      
      Added a tabBar property to ToolBar. Typically the corresponding TabBarView will be the body of the toolbar's Scaffold.
      
      Removed TabNavigatorView and TabNavigator.
      
      Added a widget gallery tabs demo page. Removed the old tabs demo.
      9de4df1e
  17. 25 Nov, 2015 1 commit
  18. 23 Nov, 2015 2 commits