1. 14 Jun, 2018 1 commit
  2. 05 Jun, 2018 1 commit
  3. 04 Jun, 2018 2 commits
  4. 02 Mar, 2018 1 commit
  5. 08 Feb, 2018 1 commit
  6. 04 Jan, 2018 1 commit
    • Siva's avatar
      support for --strong option (#13859) · 426d6b06
      Siva authored
      * Plumb a --strong option through to the front end server and the engine
      so that we can run flutter apps in preview-dart-2 and strong mode
      
      * - Address analyzer lint issues
      *- correctly set up strong mode option in the case of AOT builds
      426d6b06
  7. 22 Nov, 2017 1 commit
  8. 10 Nov, 2017 1 commit
  9. 31 Aug, 2017 1 commit
  10. 22 Aug, 2017 1 commit
  11. 27 Apr, 2017 1 commit
  12. 26 Apr, 2017 1 commit
    • Todd Volkert's avatar
      Switch many `Device` methods to be async (#9587) · 60c5ffc1
      Todd Volkert authored
      `adb` can sometimes hang, which will in turn hang the Dart isolate if
      we're using `Process.runSync()`. This changes many of the `Device` methods
      to return `Future<T>` in order to allow them to use the async process
      methods. A future change will add timeouts to the associated calls so
      that we can properly alert the user to the hung `adb` process.
      
      This is work towards #7102, #9567
      60c5ffc1
  13. 20 Apr, 2017 1 commit
  14. 14 Apr, 2017 1 commit
  15. 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
  16. 07 Apr, 2017 1 commit
  17. 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
  18. 16 Mar, 2017 1 commit
  19. 15 Mar, 2017 1 commit
  20. 10 Mar, 2017 1 commit
  21. 04 Mar, 2017 1 commit
  22. 01 Mar, 2017 1 commit
  23. 30 Jan, 2017 1 commit
  24. 28 Jan, 2017 1 commit
  25. 27 Jan, 2017 1 commit
  26. 10 Jan, 2017 1 commit
  27. 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
  28. 12 Dec, 2016 1 commit
  29. 01 Dec, 2016 1 commit
  30. 28 Nov, 2016 3 commits
  31. 22 Nov, 2016 1 commit
  32. 21 Nov, 2016 1 commit
  33. 17 Nov, 2016 1 commit
    • Todd Volkert's avatar
      Allow for application-specific log readers. (#6898) · 9cb914df
      Todd Volkert authored
      * Allow for application-specific log readers.
      
      When running with prebuilt application binaries, those applications
      aren't guaranteed to be named "Runner" (as it is when we build
      the app locally in Flutter tools)
      9cb914df
  34. 14 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 2 (#6817) · e384c0d9
      Dan Rubel authored
      * convert pubGet to throw ToolExit on non-zero exit code
      * convert commandValidator to throw ToolExit for non-zero exit code
      * convert flutter commands to throw ToolExit for non-zero exit code
      * use convenience method throwToolExit
      * only show "if this problem persists" for unusual exceptions
      e384c0d9
  35. 10 Nov, 2016 2 commits
  36. 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