1. 08 Nov, 2022 1 commit
  2. 18 Oct, 2022 1 commit
  3. 08 Sep, 2022 1 commit
  4. 07 Sep, 2022 1 commit
  5. 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
  6. 11 Nov, 2021 1 commit
  7. 02 Nov, 2021 1 commit
  8. 08 Oct, 2021 3 commits
  9. 22 Jul, 2021 1 commit
  10. 08 Jul, 2021 2 commits
  11. 24 May, 2021 1 commit
  12. 12 Feb, 2021 1 commit
  13. 27 Jan, 2021 1 commit
  14. 20 Jan, 2021 1 commit
  15. 07 Jan, 2021 1 commit
  16. 09 Oct, 2020 1 commit
  17. 25 Jun, 2020 1 commit
  18. 23 Jun, 2020 1 commit
  19. 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