1. 09 Feb, 2023 1 commit
  2. 08 Nov, 2022 1 commit
  3. 18 Oct, 2022 1 commit
  4. 08 Sep, 2022 1 commit
  5. 07 Sep, 2022 1 commit
  6. 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
  7. 27 Apr, 2022 1 commit
  8. 22 Dec, 2021 1 commit
  9. 11 Nov, 2021 1 commit
  10. 02 Nov, 2021 1 commit
  11. 08 Oct, 2021 3 commits
  12. 25 Aug, 2021 1 commit
  13. 22 Jul, 2021 1 commit
  14. 08 Jul, 2021 2 commits
  15. 24 May, 2021 1 commit
  16. 18 Apr, 2021 1 commit
  17. 12 Feb, 2021 1 commit
  18. 27 Jan, 2021 1 commit
  19. 20 Jan, 2021 1 commit
  20. 07 Jan, 2021 1 commit
  21. 20 Nov, 2020 1 commit
  22. 27 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] document flutter root initialization (#67884) · 9e5e763e
      Jonah Williams authored
      Moves the flutter root initialization to a static method on the cache. This is a small step towards making this functionality non-static and instead injected like normal members - however, completely removing all of the static-ness at once was too large of a change.
      
      Instead document and add unit tests and change existing code as little as possible.
      
      #47161
      9e5e763e
  23. 12 Oct, 2020 1 commit
  24. 09 Oct, 2020 1 commit
  25. 30 Jul, 2020 1 commit
  26. 20 Jul, 2020 1 commit
  27. 25 Jun, 2020 1 commit
  28. 23 Jun, 2020 1 commit
  29. 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
  30. 05 Jun, 2020 1 commit
  31. 04 Jun, 2020 1 commit
  32. 28 May, 2020 1 commit
  33. 14 May, 2020 1 commit
  34. 08 May, 2020 3 commits
  35. 01 May, 2020 1 commit