1. 10 May, 2018 1 commit
  2. 20 Apr, 2018 1 commit
  3. 11 Apr, 2018 2 commits
  4. 20 Mar, 2018 1 commit
  5. 12 Mar, 2018 1 commit
  6. 15 Feb, 2018 1 commit
  7. 20 Sep, 2017 1 commit
  8. 20 Jul, 2017 1 commit
  9. 19 Jul, 2017 1 commit
    • Dan Rubel's avatar
      Flutter analyze watch improvements (#11143) · e13e7806
      Dan Rubel authored
      * flutter analyze --watch auto detect if in flutter repo
      * move isFlutterLibrary from AnalyzeOnce into AnalyzeBase for use by AnalyzeContinuously
      * pass --flutter-repo to analysis server when analyzing the flutter repository
      * enhance flutter analyze --watch to summarize public members lacking documentation
      e13e7806
  10. 14 Jun, 2017 1 commit
  11. 19 May, 2017 1 commit
  12. 18 May, 2017 1 commit
  13. 29 Mar, 2017 1 commit
  14. 15 Mar, 2017 1 commit
  15. 13 Mar, 2017 2 commits
  16. 04 Mar, 2017 1 commit
  17. 14 Feb, 2017 1 commit
  18. 24 Jan, 2017 1 commit
  19. 23 Jan, 2017 1 commit
  20. 22 Jan, 2017 1 commit
  21. 09 Jan, 2017 1 commit
  22. 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
  23. 30 Nov, 2016 1 commit
  24. 14 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
  25. 11 Nov, 2016 1 commit
  26. 03 Nov, 2016 1 commit
    • Devon Carew's avatar
      Better progress (#6677) · fcfb2a5c
      Devon Carew authored
      * make showElapsedTime default to true
      
      * support nested progresses
      
      * improve hot reload message
      
      * rethrow
      fcfb2a5c
  27. 04 Oct, 2016 1 commit
  28. 23 Sep, 2016 1 commit