• 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
Name
Last commit
Last update
..
common.dart Loading commit data...
config.dart Loading commit data...
context.dart Loading commit data...
file_system.dart Loading commit data...
logger.dart Loading commit data...
net.dart Loading commit data...
os.dart Loading commit data...
process.dart Loading commit data...
utils.dart Loading commit data...