1. 15 Feb, 2018 1 commit
  2. 06 Dec, 2017 1 commit
  3. 02 Dec, 2017 1 commit
  4. 20 Jul, 2017 1 commit
  5. 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
  6. 12 May, 2017 1 commit
  7. 10 Mar, 2017 2 commits
  8. 04 Mar, 2017 1 commit
  9. 14 Feb, 2017 1 commit
  10. 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
  11. 30 Nov, 2016 1 commit
  12. 04 Oct, 2016 1 commit
  13. 23 Sep, 2016 1 commit
  14. 08 Sep, 2016 1 commit
    • Dan Rubel's avatar
      flutter analyze repo analysis options (#5707) · 3ed3390d
      Dan Rubel authored
      This updates the flutter analyze command to use the .analysis_options_flutter_analyze in the repo root when either the --flutter-repo flag is supplied or the sources being analyzed reside in the flutter repo.
      3ed3390d
  15. 30 Mar, 2016 1 commit
  16. 14 Mar, 2016 1 commit
  17. 10 Mar, 2016 1 commit
  18. 07 Mar, 2016 1 commit