1. 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
  2. 07 Apr, 2017 1 commit
  3. 29 Mar, 2017 1 commit
  4. 15 Mar, 2017 1 commit
  5. 10 Mar, 2017 1 commit
  6. 04 Mar, 2017 1 commit
  7. 20 Feb, 2017 1 commit
  8. 17 Feb, 2017 1 commit
  9. 09 Feb, 2017 2 commits
  10. 08 Feb, 2017 1 commit
  11. 02 Feb, 2017 1 commit
  12. 28 Jan, 2017 1 commit
  13. 27 Jan, 2017 2 commits
  14. 23 Jan, 2017 1 commit
  15. 20 Jan, 2017 1 commit
  16. 10 Jan, 2017 1 commit
  17. 09 Jan, 2017 1 commit
  18. 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
  19. 12 Dec, 2016 1 commit
  20. 07 Dec, 2016 1 commit
  21. 01 Dec, 2016 1 commit
  22. 29 Nov, 2016 1 commit
  23. 28 Nov, 2016 2 commits
  24. 22 Nov, 2016 2 commits
  25. 15 Nov, 2016 1 commit
  26. 14 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
  27. 11 Nov, 2016 1 commit
  28. 10 Nov, 2016 1 commit
  29. 07 Nov, 2016 2 commits
  30. 03 Nov, 2016 2 commits
  31. 02 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Flutter run with machine output (#6645) · 223f4161
      Dan Rubel authored
      * add flutter run --machine flag
      * refactor daemon stdin/out command stream/response
      * extract daemon startApp method
      * refactor flutter run --machine to call daemon.startApp
      223f4161
  32. 21 Oct, 2016 1 commit
    • Devon Carew's avatar
      Reload pause (#6459) · 55a374d4
      Devon Carew authored
      * add a pause parameter to the reload command
      
      * encode OperationResult as json
      
      * reverse isOk logic
      55a374d4
  33. 28 Sep, 2016 2 commits