1. 02 Sep, 2016 1 commit
  2. 01 Sep, 2016 10 commits
  3. 31 Aug, 2016 6 commits
  4. 30 Aug, 2016 6 commits
  5. 29 Aug, 2016 8 commits
  6. 27 Aug, 2016 1 commit
  7. 26 Aug, 2016 7 commits
  8. 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