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. 27 Feb, 2016 1 commit
  3. 26 Feb, 2016 3 commits
  4. 25 Feb, 2016 1 commit
  5. 20 Feb, 2016 1 commit
    • yjbanov's avatar
      "flutter drive" command · a2b1bd46
      yjbanov authored
      Runs a test app and a driver test simultaneously, then stops the app.
      
      Usage:
      
      ```
      flutter drive --target=/path/to/test/app.dart
      ```
      
      This command will look for `/path/to/test/app_test.dart` by
      convention. We will expand into other ways of discovering tests in the
      future.
      a2b1bd46
  6. 19 Feb, 2016 1 commit
  7. 17 Feb, 2016 1 commit
  8. 11 Feb, 2016 1 commit
  9. 10 Feb, 2016 1 commit
  10. 06 Feb, 2016 2 commits
  11. 05 Feb, 2016 1 commit
  12. 04 Feb, 2016 1 commit
    • Todd Volkert's avatar
      Refactor flx.build() to allow for external toolchain hooks. · f0379df5
      Todd Volkert authored
      This splits flx.build() into two methods, flx.build() and
      flx.assemble().  builD() now does the following:
      1) constructs the manifest map by reading the manifest from the
         file system
      2) "compiles" the dart code into the snapshot file
      3) Invokes assemble()
      
      This allows external build toolchains to construct their own
      manifest map (possibly using a different manifest syntax)
      and create their own snapshot file
      f0379df5
  13. 29 Jan, 2016 1 commit
  14. 28 Jan, 2016 1 commit
  15. 22 Jan, 2016 1 commit
  16. 20 Jan, 2016 1 commit