1. 12 Mar, 2016 3 commits
  2. 09 Mar, 2016 1 commit
  3. 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
  4. 21 Feb, 2016 1 commit
    • Adam Barth's avatar
      Add TestGesture · 1484add1
      Adam Barth authored
      This helper makes it easier to write correct tests that involve
      gestures.
      
      Fixes #1855
      1484add1
  5. 14 Feb, 2016 1 commit
  6. 14 Dec, 2015 1 commit
    • Eric Seidel's avatar
      Rename stocks/tests to stocks/test · 520ceb58
      Eric Seidel authored
      This matches the naming pattern expected from package:test
      `flutter test` doesn't care, since it finds all _test.dart
      files and runs them regardless of directory.
      
      @Hixie
      520ceb58