1. 20 Feb, 2017 1 commit
  2. 26 Jan, 2017 1 commit
  3. 23 Jan, 2017 1 commit
  4. 09 Jan, 2017 1 commit
  5. 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
  6. 30 Nov, 2016 1 commit
  7. 29 Nov, 2016 2 commits
  8. 23 Nov, 2016 1 commit
  9. 14 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 2 (#6817) · e384c0d9
      Dan Rubel authored
      * convert pubGet to throw ToolExit on non-zero exit code
      * convert commandValidator to throw ToolExit for non-zero exit code
      * convert flutter commands to throw ToolExit for non-zero exit code
      * use convenience method throwToolExit
      * only show "if this problem persists" for unusual exceptions
      e384c0d9
  10. 04 Nov, 2016 1 commit
  11. 03 Nov, 2016 1 commit
  12. 02 Nov, 2016 1 commit
    • Petr Hosek's avatar
      Use prebuilt Dart snapshot when assembling bundle (#6660) · 93a2d07c
      Petr Hosek authored
      This is causing issues when integratting Flutter into GN as the
      generated depfile refers to snapshot as the target instead of the
      bundle. We instead use a separate GN action to generate the
      snapshot use the Flutter compiler to only assemble the bundle.
      93a2d07c
  13. 20 Oct, 2016 1 commit
  14. 04 Oct, 2016 1 commit
  15. 01 Oct, 2016 1 commit