1. 26 Jan, 2017 1 commit
  2. 09 Jan, 2017 1 commit
  3. 07 Jan, 2017 1 commit
    • 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
  4. 30 Nov, 2016 1 commit
  5. 29 Nov, 2016 1 commit
  6. 10 Mar, 2016 1 commit
  7. 28 Jan, 2016 1 commit
  8. 29 Nov, 2015 1 commit
    • 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
  9. 18 Nov, 2015 1 commit
  10. 10 Nov, 2015 1 commit
  11. 07 Nov, 2015 1 commit
  12. 02 Nov, 2015 1 commit