1. 25 Aug, 2016 1 commit
    • Chris Bracken's avatar
      Support a configurable build directory (#5601) · b5f763b4
      Chris Bracken authored
      This change adds a top-level getBuildDirectory func and funcs for
      android, aot, asset, ios build products.
      
      Developers may now add a "build-dir" mapping to their
      ~/.flutter_settings (JSON format) config file. Output directory is
      relative to the main flutter application directory.
      
      This change also changes the default build directory for iOS builds to a
      subdirectory of the configured build directory, 'build/ios' by default.
      b5f763b4
  2. 10 Aug, 2016 1 commit
  3. 05 Aug, 2016 1 commit
  4. 28 Jul, 2016 1 commit
  5. 27 Jul, 2016 2 commits
  6. 26 Jul, 2016 1 commit
  7. 22 Jul, 2016 1 commit
  8. 21 Jul, 2016 1 commit
    • Ian Hickson's avatar
      Licenses (#4984) · 69d78325
      Ian Hickson authored
      This makes the about page show the licenses of all the Dart packages that a Flutter app uses.
      
      Issues that this does not yet resolve:
      - I'm still working on getting the full list of licenses for the sky_engine package.
      - Some of the licenses don't print very readably.
      - There's no scrollbar on the license page.
      
      I'll provide fixes for the first two in the coming days, but this should unblock anyone who is wanting to see something here, even if it's not quite complete. :-)
      
      ----
      
      The patch makes the following changes: 
      
      - The license registry is now asynchronous, since the data comes from disk.
      - I moved the default license collector from the foundation package to the services package since it uses the default asset bundle now.
      - The FLX builder now includes the LICENSE files of each Dart package mentioned in the `.packages` file.
      69d78325
  9. 21 Jun, 2016 1 commit
  10. 17 Jun, 2016 1 commit
  11. 08 Jun, 2016 1 commit
  12. 07 Jun, 2016 1 commit
    • Devon Carew's avatar
      add a restart command to the daemon protocol (#4385) · 3ba17136
      Devon Carew authored
      * refactor the --resident run option into a separate file
      
      * update daemon to run --resident apps
      
      * re-plumbing daemon start
      
      * send app logs
      
      * update tests
      
      * review changes
      
      * fix test runner
      
      * remove PackageMap.createGlobalInstance; rely on the ctor
      
      * review comments
      3ba17136
  13. 02 Jun, 2016 1 commit
  14. 23 May, 2016 1 commit
  15. 12 May, 2016 1 commit
  16. 11 May, 2016 1 commit
  17. 09 May, 2016 1 commit
  18. 04 May, 2016 1 commit
  19. 29 Apr, 2016 1 commit
  20. 25 Apr, 2016 1 commit
  21. 30 Mar, 2016 2 commits
  22. 29 Mar, 2016 1 commit
  23. 28 Mar, 2016 1 commit
  24. 25 Mar, 2016 1 commit
  25. 24 Mar, 2016 1 commit
    • Jason Simmons's avatar
      Add embedded font assets to the asset list · f17b68d2
      Jason Simmons authored
      Any font asset referenced in the fonts section of flutter.yaml will now be
      included in the FLX assets.  It's no longer necessary to separately list the
      font in the assets section.
      f17b68d2
  26. 21 Mar, 2016 1 commit
  27. 14 Mar, 2016 1 commit
  28. 09 Mar, 2016 2 commits
  29. 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
  30. 27 Feb, 2016 1 commit
  31. 26 Feb, 2016 3 commits
  32. 25 Feb, 2016 1 commit
  33. 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
  34. 19 Feb, 2016 1 commit
  35. 17 Feb, 2016 1 commit