1. 01 Nov, 2016 1 commit
  2. 05 Aug, 2016 1 commit
  3. 04 Aug, 2016 1 commit
  4. 26 Jul, 2016 1 commit
  5. 16 Jun, 2016 1 commit
  6. 13 Jun, 2016 2 commits
  7. 08 Jun, 2016 1 commit
  8. 03 Jun, 2016 2 commits
  9. 02 Jun, 2016 2 commits
  10. 09 May, 2016 1 commit
  11. 22 Apr, 2016 1 commit
  12. 20 Apr, 2016 1 commit
  13. 12 Apr, 2016 1 commit
  14. 30 Mar, 2016 1 commit
  15. 25 Mar, 2016 1 commit
  16. 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
  17. 26 Feb, 2016 1 commit
  18. 23 Feb, 2016 1 commit
  19. 18 Feb, 2016 1 commit
  20. 16 Feb, 2016 1 commit
  21. 11 Feb, 2016 2 commits
  22. 05 Feb, 2016 1 commit
  23. 04 Feb, 2016 1 commit
  24. 03 Feb, 2016 1 commit
  25. 22 Jan, 2016 1 commit
  26. 20 Jan, 2016 1 commit
  27. 12 Jan, 2016 1 commit
  28. 07 Jan, 2016 1 commit
  29. 17 Dec, 2015 1 commit
  30. 16 Dec, 2015 1 commit
  31. 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
  32. 25 Nov, 2015 1 commit
  33. 23 Nov, 2015 2 commits