1. 28 Aug, 2017 1 commit
  2. 21 Aug, 2017 1 commit
    • Jacob Richman's avatar
      Bare bones widget inspector support. (#10332) · 5462ddb9
      Jacob Richman authored
      Bare bones widget inspector support.
      
      Toggle the widget inspector from the flutter tool by pressing 'i'.
      When the widget inspector is select mode:
      Pointer down to to inspect a widget.
      Pointer click to finalize selection of a widget. You can now interact
      with the application as you normally would but with the inspected widget
      highlighted.
      Click the inspect icon in bottom left corner of screen to reactivate
      select mode.
      5462ddb9
  3. 27 Jul, 2017 1 commit
  4. 19 Jul, 2017 2 commits
  5. 17 Jul, 2017 3 commits
  6. 12 May, 2017 1 commit
  7. 02 May, 2017 1 commit
  8. 20 Apr, 2017 2 commits
  9. 19 Apr, 2017 1 commit
    • John McCutchan's avatar
      Handle reassemble timeouts gracefully. (#9467) · 367e11a4
      John McCutchan authored
      - [x] Switch the reassemble timeout to 5 seconds.
      - [x] Print a status message if reassemble fails:
      
      ```
      Performing hot reload...
      Reassembling app.flx$main took too long. Hot reload may have failed.
      Reloaded 0 of 418 libraries in 5,322ms.
      ```
      
      Fixes #9316
      Fixes #8861
      Fixes #8857
      Fixes #8856
      367e11a4
  10. 18 Apr, 2017 2 commits
  11. 15 Apr, 2017 1 commit
  12. 14 Apr, 2017 1 commit
  13. 09 Apr, 2017 1 commit
  14. 07 Apr, 2017 2 commits
  15. 31 Mar, 2017 1 commit
  16. 29 Mar, 2017 2 commits
  17. 16 Mar, 2017 1 commit
  18. 15 Mar, 2017 1 commit
  19. 08 Mar, 2017 1 commit
  20. 04 Mar, 2017 1 commit
  21. 03 Mar, 2017 1 commit
  22. 01 Mar, 2017 1 commit
    • Michael Goderbauer's avatar
      [devFS] Use URI to represent paths on device (#8446) · 17057bb4
      Michael Goderbauer authored
      * [devFS] Use URI to represent paths on device
      
      Previosuly, regular file paths in the format of the host platform were used to represent paths on device. That works when host and device share the same (POSIX) file path format. With a Windows host, this breaks. URIs are the solution as they are platform independent and the VM service on the device already interpreted the file paths as URIs anyways.
      
      * review comments
      
      * switch to file paths
      
      * fix tests on Windows
      
      * review comments
      17057bb4
  23. 23 Feb, 2017 1 commit
  24. 18 Feb, 2017 1 commit
  25. 15 Feb, 2017 1 commit
  26. 14 Feb, 2017 1 commit
  27. 08 Feb, 2017 1 commit
  28. 06 Feb, 2017 1 commit
    • Jacob Richman's avatar
      Small Flutter strong mode cleanup fixes. (#7825) · 53fc96da
      Jacob Richman authored
      * Small Flutter strong mode cleanup fixes.
      
      These are cases where strong mode down cast composite errors
      generally indicated cases that would performance or correctness
      issues if Flutter code was run in a strong mode VM.
      
      * Fix Command API so that it is always in terms of Map<String,String>.
      
      * Fix typedef
      53fc96da
  29. 02 Feb, 2017 2 commits
  30. 01 Feb, 2017 1 commit
    • Jason Simmons's avatar
      Some fixes for the microbenchmarks (#7781) · 59cacd71
      Jason Simmons authored
      * Return null from VM.mainView if no view exists
      * Retry in connectToServiceProtocol if a view is not yet available
      * Do not explicitly call exit from the benchmarks - it will not cleanly shut down the engine
      59cacd71
  31. 23 Jan, 2017 1 commit
  32. 12 Jan, 2017 1 commit