1. 20 Sep, 2022 1 commit
  2. 16 Sep, 2022 1 commit
  3. 13 Sep, 2022 1 commit
  4. 12 Sep, 2022 1 commit
    • Liam Appelbe's avatar
      Null safety migration of packages/flutter_tools/bin (#110706) · e3b9223a
      Liam Appelbe authored
      * Migrate packages/flutter_tools/bin
      
      * Fix NPE
      
      * Fix test
      
      * Fix test
      
      * Fix l10n optionalParameters
      
      * Fix ChromeTab nullability
      
      * Fix another type cast error
      
      * Fix another cast error
      
      * Fix another cast error (copied from #110711)
      
      * Fix NPE
      
      * Fix another NPE
      
      * Assert that testDirectory is not null
      e3b9223a
  5. 24 Jun, 2022 1 commit
  6. 31 Mar, 2022 1 commit
  7. 18 Jan, 2022 1 commit
  8. 19 Oct, 2021 1 commit
  9. 01 Oct, 2021 1 commit
  10. 17 Aug, 2021 1 commit
  11. 25 Jun, 2021 1 commit
  12. 01 Jun, 2021 1 commit
  13. 08 Apr, 2021 1 commit
  14. 01 Apr, 2021 1 commit
  15. 24 Mar, 2021 1 commit
  16. 08 Feb, 2021 1 commit
  17. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  18. 27 Jan, 2021 1 commit
  19. 03 Dec, 2020 1 commit
  20. 01 Dec, 2020 1 commit
  21. 15 Jul, 2020 1 commit
  22. 13 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] cleanups to web runner functionality (#61178) · e666ea8d
      Jonah Williams authored
      Skip unnecessary parsing of chrome URI. Ensure stack traces are initialized in web server. Disclaimer on web server that it does not support debugging and remove help message. Fix generated entrypoint to check for main(List<String> args)
      
      - Fixes #59643
      - Fixes #55084
      - Fixes #60417
      e666ea8d
  23. 09 Jul, 2020 1 commit
  24. 09 Jun, 2020 1 commit
  25. 08 Jun, 2020 2 commits
  26. 04 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove zone level overrides of verbose and daemon logging (#57448) · f5de6aad
      Jonah Williams authored
      Make it possible for all FlutterCommands to be global free, by moving instantiation to inside the Zone context. Additionally, provide VerboseLogger and NotifyLogger (daemon) at the top level and remove from command-specific overrides.
      
      This allows removing a work around where web devices needed to look up directly from the context in non-test code.
      
      Technically the output preferences are still zone injected, but these will be moved soon as they were not being used correctly by the top level command (the injection comes after ArgParser reads the overflow values, causing numerous wrap issues)
      f5de6aad
  27. 06 May, 2020 1 commit
  28. 05 May, 2020 3 commits
  29. 29 Apr, 2020 1 commit
  30. 22 Apr, 2020 1 commit
  31. 25 Mar, 2020 3 commits
  32. 24 Mar, 2020 1 commit
  33. 16 Mar, 2020 1 commit
  34. 26 Feb, 2020 1 commit
  35. 23 Feb, 2020 1 commit