• Todd Volkert's avatar
    Update flutter_tools to use package:file throughout (#7385) · 8bb27034
    Todd Volkert authored
    This removes direct file access from within flutter_tools
    in favor of using `package:file` via a `FileSystem` that's
    accessed via the `ApplicationContext`.
    
    This lays the groundwork for us to be able to easily swap
    out the underlying file system when running Flutter tools,
    which will be used to provide a record/replay file system,
    analogous to what we have for process invocations.
    8bb27034
Name
Last commit
Last update
.idea Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.analysis_options_repo Loading commit data...
.analysis_options_user Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...