1. 21 Sep, 2017 1 commit
  2. 31 Aug, 2017 1 commit
  3. 29 Aug, 2017 1 commit
  4. 28 Aug, 2017 1 commit
  5. 23 Aug, 2017 1 commit
  6. 22 Aug, 2017 3 commits
  7. 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
  8. 04 Aug, 2017 1 commit
  9. 27 Jul, 2017 1 commit
  10. 19 Jul, 2017 1 commit
  11. 17 Jul, 2017 4 commits
  12. 29 Jun, 2017 1 commit
  13. 28 Jun, 2017 1 commit
  14. 21 May, 2017 1 commit
    • Alexander Aprelev's avatar
      Filter out '\n' from terminal input. (#10220) · 5b1e9729
      Alexander Aprelev authored
      * Remove '\n' from terminal input.
      
      * Use trim instead of replaceAll
      
      * Add unit test
      
      * Cleanup the test
      
      * Fixed lint
      
      * Style adjustments
      
      * Forgotten @override
      
      * Revert "Forgotten @override"
      
      Accidently added extra files.
      
      This reverts commit 0aba24fc8ea321b3a4d0cd8aed7f589378393d96.
      
      * Just @override change
      5b1e9729
  15. 18 May, 2017 1 commit
  16. 12 May, 2017 1 commit
  17. 27 Apr, 2017 1 commit
  18. 17 Apr, 2017 1 commit
    • John McCutchan's avatar
      Improve flutter_tools handling of the device being unplugged while syncing DevFS (#9431) · acd75c0a
      John McCutchan authored
      - [x] Catch SocketErrors and handle them gracefully.
      - [x] Print 'Lost connection to device' when the service protocol connection is severed unexpectedly.
      - [x] Print 'Application finished' when the application exits otherwise.
      
      After this PR:
      
      ```
      Launching lib/main.dart on Nexus 7 in debug mode...
      Running 'gradle assembleDebug'...                     1.2s
      Built build/app/outputs/apk/app-debug.apk (21.7MB).
      Syncing files to device...
      Application finished.
      DevFS sync failed. Lost connection to device: SocketException: OS Error: Connection refused, errno = 111, address = 127.0.0.1, port = 53062
      Could not perform initial file synchronization.
      ```
      
      Fixes #6705
      acd75c0a
  19. 14 Apr, 2017 1 commit
  20. 12 Apr, 2017 1 commit
    • Ian Hickson's avatar
      Fix tests to use Ahem, and helpful changes around that (#9332) · 2a545243
      Ian Hickson authored
      * Fix tests to use Ahem, and helpful changes around that
      
      - Fix fonts that had metric-specific behaviours.
      
      - LiveTestWidgetsFlutterBinding.allowAllFrames has been renamed
        to LiveTestWidgetsFlutterBinding.framePolicy.
      
      - LiveTestWidgetsFlutterBinding now defaults to using a frame policy
        that pumps slightly more frames, to animate the pointer crosshairs.
      
      - Added "flutter run --use-test-fonts" to enable Ahem on devices.
      
      - Changed how idle() works to be more effective in live mode.
      
      - Display the test name in live mode (unless ahem fonts are enabled).
      
      - Added a toString to TextSelectionPoint.
      
      - Style nit fixes.
      
      * Roll engine to get Ahem changes.
      
      * Update tests for dartdoc changes.
      
      * Fix flutter_tools tests
      2a545243
  21. 07 Apr, 2017 1 commit
  22. 30 Mar, 2017 1 commit
  23. 29 Mar, 2017 1 commit
  24. 17 Mar, 2017 1 commit
    • Michael Goderbauer's avatar
      Remove support for function keys. (#8840) · 2291a568
      Michael Goderbauer authored
      Function keys don't work great on any platform we support:
      * Mac doesn't have first-class function keys.
      * On Ubuntu: F1 opens the system help and F10 opens the file dialog.
      * ... and Windows is a mess as well.
      2291a568
  25. 16 Mar, 2017 1 commit
  26. 15 Mar, 2017 2 commits
  27. 14 Mar, 2017 1 commit
  28. 07 Mar, 2017 1 commit
    • Michael Goderbauer's avatar
      Faster hot reload (#8600) · 644e7b13
      Michael Goderbauer authored
      This implements the `DartDependencySetBuilder` completely in Dart instead of calling out to `sky_snapshot` (Linux/Mac) or `gen_snapshot` (Windows) and allows us to use the same code path on all supported host platforms.
      
      It also slightly reduces hot reload times on Linux from ~750ms to ~690ms for the unchanged flutter_gallery app and significantly reduces hot reload times on Windows from almost 1.5s to just slightly slower than on Linux.
      
      This change will also allow us to retire `sky_snapshot` completely in the future.
      644e7b13
  29. 04 Mar, 2017 1 commit
  30. 02 Mar, 2017 1 commit
  31. 21 Feb, 2017 1 commit
  32. 20 Feb, 2017 1 commit
  33. 18 Feb, 2017 1 commit
  34. 16 Feb, 2017 1 commit