1. 23 Nov, 2023 1 commit
  2. 16 Nov, 2023 1 commit
  3. 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
  4. 23 Aug, 2023 1 commit
  5. 10 Aug, 2023 1 commit
  6. 22 Jun, 2023 1 commit
  7. 24 Mar, 2023 1 commit
  8. 22 Mar, 2023 1 commit
  9. 20 Mar, 2023 1 commit
  10. 17 Mar, 2023 2 commits
  11. 16 Mar, 2023 1 commit
  12. 02 Dec, 2022 1 commit
    • Jackson Gardner's avatar
      Platform binaries reland (#115502) · db1c3e20
      Jackson Gardner authored
      You can now specify a --local-web-sdk flag to point to a wasm_release folder. This will make it so that only artifacts that pertain to the web sdk are overridden to point to the wasm_release folder. Other artifacts (such as impellerc) will pull from the cache, or from the --local-engine path if that is specified.
      
      This also uses precompiled platform kernel files for both ddc and dart2js
      db1c3e20
  13. 08 Nov, 2022 2 commits
    • Jesús S Guerrero's avatar
      Build command dependency injection (#114383) · 530324d2
      Jesús S Guerrero authored
      * update flutter build command
      
      * update tests
      
      * fix analyze suggestions
      530324d2
    • Alex Wallen's avatar
      [tool] Support `--flavor` option for `flutter install`. (#114048) · 7020f59a
      Alex Wallen authored
      * Alphabetize setup calls
      
      * Add --flavor as an option for install
      
      * Add verbose logging in install command
      
      * Test that flavors build succeeds with proper flavor and fails with bogus one.
      
      * Remove unused import
      
      * The import was used...
      
      * SQUASH
      
      * Add flavor install test
      
      * Rename test
      
      * Add flavors install integration tests
      
      * correct error message
      
      * remove unused imports
      
      * Delete copy test
      
      * update test target
      
      * Refactor mechanism to read buildInfo
      
      * Remove unused import
      
      * Set affected test targets to bringup: true
      Co-authored-by: 's avatara-wallen <stephenwallen@google.com>
      7020f59a
  14. 27 Oct, 2022 2 commits
  15. 18 Oct, 2022 1 commit
  16. 03 Oct, 2022 1 commit
  17. 14 Sep, 2022 1 commit
  18. 02 Sep, 2022 1 commit
  19. 19 Aug, 2022 2 commits
  20. 18 Aug, 2022 1 commit
  21. 15 Jul, 2022 1 commit
  22. 24 Jun, 2022 1 commit
  23. 15 Jun, 2022 1 commit
  24. 02 Feb, 2022 1 commit
  25. 12 Nov, 2021 1 commit
  26. 02 Nov, 2021 1 commit
  27. 27 Oct, 2021 1 commit
  28. 29 Sep, 2021 1 commit
  29. 30 Aug, 2021 1 commit
    • Sigurd Meldgaard's avatar
      Stop calling top level pub (#89032) · bce36620
      Sigurd Meldgaard authored
      * Use `dart __deprecated_pub` instead of `pub` to invoke pub from tools
      
      The top level `pub` commmand has been deprecated and will print
      a message. It is however implemented via the __deprecated_pub command
      that prints no message.
      bce36620
  30. 13 Jul, 2021 1 commit
  31. 12 Jul, 2021 2 commits
  32. 07 Jul, 2021 1 commit
  33. 01 Jul, 2021 1 commit
  34. 10 Jun, 2021 1 commit
  35. 24 May, 2021 1 commit