1. 04 Mar, 2017 1 commit
  2. 02 Mar, 2017 1 commit
  3. 17 Feb, 2017 1 commit
  4. 14 Feb, 2017 1 commit
  5. 08 Feb, 2017 2 commits
  6. 31 Jan, 2017 1 commit
  7. 26 Jan, 2017 2 commits
  8. 23 Jan, 2017 1 commit
  9. 17 Jan, 2017 1 commit
  10. 09 Jan, 2017 1 commit
  11. 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
  12. 29 Nov, 2016 1 commit
  13. 10 Nov, 2016 1 commit
  14. 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
  15. 28 Oct, 2016 1 commit
  16. 10 Oct, 2016 1 commit
  17. 07 Oct, 2016 1 commit
  18. 06 Oct, 2016 1 commit
  19. 21 Sep, 2016 1 commit
    • James Robinson's avatar
      Isolate imports of generated Dart code from generated path (#5960) · a95c9fdb
      James Robinson authored
      This rewrites imports of various mojom.dart files from the Flutter
      engine repo to instead import normal-looking dart files from the
      (new) flutter_services package. This package handles exporting the
      correct symbols from generated code wherever that may live.
      
      Includes an engine roll to 3551e7a48e2e336777b15c7637af92fd7605b6c5
      which contains the new flutter_services package.
      a95c9fdb
  20. 17 Aug, 2016 4 commits
  21. 11 Aug, 2016 1 commit
  22. 08 Aug, 2016 1 commit
  23. 05 Aug, 2016 1 commit
  24. 23 Jun, 2016 1 commit
  25. 14 Jun, 2016 2 commits
  26. 27 May, 2016 1 commit
  27. 23 May, 2016 2 commits
  28. 14 May, 2016 1 commit
  29. 13 May, 2016 1 commit
    • Devon Carew's avatar
      Consolidate observatory code (#3892) · 40c0d6ea
      Devon Carew authored
      * rename service_protocol.dart to protocol_discovery.dart
      
      * add a wrapper around the obs. protocol
      
      * use json-rpc in run
      
      * consolidate obs. code; implement flutter run --benchmark
      
      * review comments
      40c0d6ea
  30. 12 May, 2016 2 commits
  31. 11 May, 2016 1 commit
  32. 05 May, 2016 1 commit