• Adam Barth's avatar
    Clean up code organization in flutter_tools · 9662d49e
    Adam Barth authored
    1) Moved basic utility code into base/ directory to make it clear which code
       doesn't depend on Flutter-specific knowldge.
    2) Move the CommandRunner subclasses into a runner/ directory because these
       aren't commands themselves.
    9662d49e
Name
Last commit
Last update
..
base Loading commit data...
commands Loading commit data...
runner Loading commit data...
test Loading commit data...
application_package.dart Loading commit data...
artifacts.dart Loading commit data...
build_configuration.dart Loading commit data...
device.dart Loading commit data...
toolchain.dart Loading commit data...