1. 22 Mar, 2023 1 commit
  2. 20 Mar, 2023 1 commit
  3. 17 Mar, 2023 2 commits
  4. 09 Feb, 2023 1 commit
  5. 08 Nov, 2022 1 commit
  6. 18 Oct, 2022 1 commit
  7. 08 Sep, 2022 1 commit
  8. 07 Sep, 2022 1 commit
  9. 22 Jul, 2022 1 commit
    • Rich Kadel's avatar
      Remove outdated Fuchsia concepts (#107335) · 549f70c9
      Rich Kadel authored
      Fuchsia will soon remove all support for Component Framework version 1
      components (recognized by component manifests ending in `.cmx`).
      Notably, some of the `flutter` tool commands for Fuchsia devices--
      notably, but not limited to, those related to CFv1--are outdated, and
      either do not work today or soon won't work.
      
      This PR removes the outdated components and commands, replacing some
      with the newer version, or simply removing the non-working features,
      in some cases.
      549f70c9
  10. 11 Nov, 2021 1 commit
  11. 02 Nov, 2021 1 commit
  12. 08 Oct, 2021 3 commits
  13. 22 Jul, 2021 1 commit
  14. 08 Jul, 2021 2 commits
  15. 24 May, 2021 1 commit
  16. 12 Feb, 2021 1 commit
  17. 27 Jan, 2021 1 commit
  18. 20 Jan, 2021 1 commit
  19. 07 Jan, 2021 1 commit
  20. 09 Oct, 2020 1 commit
  21. 25 Jun, 2020 1 commit
  22. 23 Jun, 2020 1 commit
  23. 18 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] add missing null-safety flags (#59773) · 01e09ea8
      Jonah Williams authored
      Some of the null-safety commands were missing - plumb them through. Ensure that verbose mode shows their output, and clean up the messaging around sound-null-safety.
      
      Fixes #59769
      
      Adds a test that validate each of the null safety supporting build commands has everything plumbed through.
      01e09ea8