1. 08 Nov, 2022 2 commits
  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. 18 Aug, 2022 1 commit
  6. 29 Jul, 2022 1 commit
  7. 24 Jun, 2022 1 commit
  8. 15 Jun, 2022 1 commit
  9. 27 Apr, 2022 1 commit
  10. 13 Apr, 2022 1 commit
  11. 24 Nov, 2021 1 commit
  12. 10 Nov, 2021 1 commit
  13. 21 Oct, 2021 1 commit
  14. 14 Jun, 2021 1 commit
  15. 01 Jun, 2021 1 commit
  16. 30 Apr, 2021 1 commit
  17. 29 Apr, 2021 2 commits
  18. 23 Apr, 2021 1 commit
  19. 24 Mar, 2021 1 commit
  20. 19 Mar, 2021 1 commit
  21. 27 Jan, 2021 1 commit
  22. 16 Dec, 2020 1 commit
  23. 03 Dec, 2020 1 commit
  24. 01 Dec, 2020 1 commit
  25. 20 Nov, 2020 2 commits
  26. 19 Nov, 2020 2 commits
  27. 18 Nov, 2020 1 commit
  28. 13 Nov, 2020 1 commit
  29. 11 Nov, 2020 1 commit
  30. 28 Oct, 2020 1 commit
  31. 27 Oct, 2020 1 commit
  32. 23 Oct, 2020 1 commit
  33. 06 Oct, 2020 2 commits
  34. 05 Oct, 2020 1 commit
  35. 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