1. 18 Oct, 2023 1 commit
    • Christopher Fujino's avatar
      Flutter preview device (#135639) · 8a31a3a2
      Christopher Fujino authored
      Fixes https://github.com/flutter/flutter/issues/130277
      
      This PR does two things:
      
      1. introduce a hidden `flutter build _preview` command, that will build a debug windows desktop app and copy it into the SDK's binary cache. This command is only intended to be run during packaging.
      2. introduce a new device type, called `PreviewDevice`, which relies on the prebuilt desktop debug app from step 1, copies it into the target app's assets build folder, and then hot reloads their dart code into it.
      8a31a3a2
  2. 10 Aug, 2023 1 commit
  3. 22 Mar, 2023 1 commit
  4. 20 Mar, 2023 1 commit
  5. 17 Mar, 2023 2 commits
  6. 09 Feb, 2023 1 commit
  7. 08 Nov, 2022 1 commit
  8. 18 Oct, 2022 1 commit
  9. 08 Sep, 2022 1 commit
  10. 07 Sep, 2022 1 commit
  11. 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
  12. 11 Nov, 2021 1 commit
  13. 02 Nov, 2021 1 commit
  14. 08 Oct, 2021 3 commits
  15. 22 Jul, 2021 1 commit
  16. 08 Jul, 2021 2 commits
  17. 24 May, 2021 1 commit
  18. 12 Feb, 2021 1 commit
  19. 27 Jan, 2021 1 commit
  20. 20 Jan, 2021 1 commit
  21. 07 Jan, 2021 1 commit
  22. 09 Oct, 2020 1 commit
  23. 25 Jun, 2020 1 commit
  24. 23 Jun, 2020 1 commit
  25. 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