1. 03 May, 2018 1 commit
  2. 18 Apr, 2018 1 commit
  3. 16 Apr, 2018 1 commit
    • Jacob Richman's avatar
      Support exposing the InspectorService over the Flutterservice extension... · ab9ba3f9
      Jacob Richman authored
      Support exposing the InspectorService over the Flutterservice extension protocol as well as the observatory protocol. (#15876)
      
      * Support exposing the InspectorService over the Flutter
      service extension protocol as well as the observatory protocol.
      
      We will probably remove most of the observatory protocol support once a
      couple versions of the Flutter IntelliJ plugin have shipped that use the
      Flutter service extension protocol. The only reason to continue supporting
      the observatory protocol is it will allow using the inspector when paused
      at a breakpoint.
      ab9ba3f9
  4. 20 Mar, 2018 1 commit
  5. 12 Mar, 2018 1 commit
  6. 09 Mar, 2018 1 commit
  7. 02 Feb, 2018 1 commit
  8. 01 Feb, 2018 1 commit
  9. 11 Jan, 2018 1 commit
  10. 28 Nov, 2017 1 commit
  11. 08 Sep, 2017 1 commit
  12. 07 Sep, 2017 1 commit
  13. 05 Sep, 2017 1 commit
  14. 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