• Todd Volkert's avatar
    Extensibility improvements to flutter_tools (#14299) · 1859e82a
    Todd Volkert authored
    * Make the current command injected into the AppContext, allowing
      other classes to inject the current command.
    * Introduce `AssetBundleFactory`, an injected factory class for
      spawning instances of `AssetBundle`. This allows other run contexts
      to use custom asset bundling logic.
    * Clean up RunCommand by removing a 'packages' argument that duplicated
      a global argument by the same name (and for the same purpose).
      Duplicate arguments are confusing and error-prone.
    1859e82a
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.gitattributes 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...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...
flutter_console.bat Loading commit data...