1. 26 Jul, 2022 3 commits
  2. 25 Jul, 2022 23 commits
  3. 24 Jul, 2022 2 commits
  4. 23 Jul, 2022 11 commits
  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