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