1. 13 Jun, 2018 1 commit
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      Chris Bracken authored
      fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
      from source, flutter_platform.dart automatically runs a kernel compile when
      operating in Dart 2 mode, but this assumes a functional Dart SDK is available
      in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
      directory with an empty temp dir.
      
      Remaining work is:
      1. Get the frontend server building as a dependency on Fuchsia.
      2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
      
      This also reverts migration to Dart 2 typedef syntax.
      
      This reverts commit 6c56bb24. (#18362)
      This reverts commit 3daebd05. (#18316)
      2ae48845
  2. 11 Jun, 2018 1 commit
    • Greg Spencer's avatar
      Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) · 6c56bb24
      Greg Spencer authored
      Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax.
      
      Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml.
      
      No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
      6c56bb24
  3. 05 Jun, 2018 1 commit
  4. 30 May, 2018 2 commits
  5. 28 Feb, 2018 1 commit
    • jcollins-g's avatar
      Android license detector in doctor, take two (#14783) · 614df694
      jcollins-g authored
      * Revert "Revert "Add android license verification to doctor and some refactoring" (#14727)"
      
      This reverts commit d2602947.
      
      * Add tests, fix sdkManagerEnv and use it consistently, and rearrange Status object model
      
      * AnsiSpinner needs to leave the cursor where it found it.
      
      * fix tests
      
      * Const constructor warning only shows up on windows...?
      
      * Avoid crash if we can't find the home directory
      
      * Make pathVarSeparator return a string in the mock
      
      * Implement review comments
      
      * Fix out-of-order problem on stop
      614df694
  6. 15 Feb, 2018 2 commits
  7. 14 Feb, 2018 1 commit
  8. 07 Dec, 2017 1 commit
  9. 08 Nov, 2017 1 commit
  10. 07 Jul, 2017 1 commit
  11. 25 May, 2017 1 commit
  12. 19 May, 2017 1 commit
  13. 18 May, 2017 1 commit
  14. 12 May, 2017 1 commit
  15. 03 May, 2017 1 commit
  16. 11 Apr, 2017 1 commit
  17. 09 Apr, 2017 1 commit
  18. 05 Apr, 2017 1 commit
  19. 02 Apr, 2017 1 commit
  20. 29 Mar, 2017 1 commit
  21. 20 Mar, 2017 1 commit
  22. 17 Mar, 2017 2 commits
    • Michael Goderbauer's avatar
      Remove nasty ANSI workaround for Windows (#8839) · c9a9c627
      Michael Goderbauer authored
      The problem has been fixed upstream in the Dart VM.
      
      This simplifies our setup instructions on Windows (will update the wiki).
      Furthermore, this also means that going forward there is no diffrence between PowerShell and Cmd for the Flutter experience on Windows.
      c9a9c627
    • 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
  23. 15 Mar, 2017 2 commits
  24. 07 Mar, 2017 1 commit
  25. 04 Mar, 2017 1 commit
  26. 03 Mar, 2017 1 commit
  27. 02 Mar, 2017 1 commit
  28. 01 Mar, 2017 1 commit
  29. 20 Feb, 2017 1 commit
  30. 15 Feb, 2017 1 commit
  31. 10 Feb, 2017 1 commit
  32. 09 Feb, 2017 1 commit
  33. 08 Feb, 2017 1 commit
  34. 01 Feb, 2017 1 commit
  35. 26 Jan, 2017 1 commit
  36. 20 Jan, 2017 1 commit