1. 24 Jul, 2019 1 commit
  2. 22 Jul, 2019 1 commit
  3. 19 Jul, 2019 1 commit
  4. 17 Jul, 2019 1 commit
  5. 13 Jul, 2019 1 commit
  6. 25 Apr, 2019 1 commit
  7. 12 Sep, 2018 1 commit
  8. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  9. 12 Mar, 2018 1 commit
  10. 19 Jul, 2017 1 commit
  11. 07 Jul, 2017 1 commit
  12. 04 Mar, 2017 1 commit
  13. 14 Feb, 2017 1 commit
  14. 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
  15. 20 Jul, 2016 1 commit
    • Devon Carew's avatar
      Hello services run (#4969) · 57b76a05
      Devon Carew authored
      * making flutter run work with gradle
      
      * locate android studio
      
      * add test for settings
      
      * review comments
      57b76a05