1. 09 Dec, 2022 1 commit
    • Siva's avatar
      Manual Roll of Flutter Engine from 67254d6e4b03 to 8d83b98c55b3 (#116635) · 7c8e1713
      Siva authored
      * Roll Flutter Engine from 67254d6e4b03 to 8d83b98c55b3
      
      * Roll Dart SDK from 35a9facce191 to e517487c5679 (Dart 3.0) (#38105)
      
      * Bump SDK versions.
      
      * Bump Dart SDK version constraints
      
      * Update shrine package to 2.0.1 (null safe version)
      
      * Fix more tests.
      
      * Include patches from Jason for min android sdk version
      
      * Fix analyzer warning
      7c8e1713
  2. 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
  3. 01 Dec, 2022 1 commit
    • Nehal Patel's avatar
      Removes retries from "dart pub get" and un-buffers its stdout/stderr output (#115801) · 3b15d6a5
      Nehal Patel authored
      * Removes retries from "pub get" and proxies its stdout output
      
      * Fix issue where ErrorHandlingProcessManager does not forward "mode" parameter to backing ProcessManager's "start" method
      
      * Make "pub get" use ProcessStartMode.inheritStdio instead of forwarding bytes to stdout and stderr
      
      * Fix tests
      
      * Remove unused env var
      
      * Add back 'Running "flutter pub get"...' status log
      
      * Fix indent
      
      * Add Pub.test() constructor which lets tests mock stdio
      3b15d6a5
  4. 08 Sep, 2022 1 commit
  5. 06 Sep, 2022 1 commit
  6. 29 Aug, 2022 2 commits
  7. 24 Jun, 2022 1 commit
  8. 07 May, 2022 1 commit
  9. 27 Apr, 2022 1 commit
  10. 08 Jan, 2022 1 commit
  11. 02 Nov, 2021 1 commit
  12. 08 Oct, 2021 3 commits
  13. 13 Jul, 2021 1 commit
  14. 12 Jul, 2021 1 commit
  15. 22 May, 2021 1 commit
  16. 23 Apr, 2021 1 commit
  17. 07 Apr, 2021 1 commit
  18. 22 Mar, 2021 1 commit
  19. 13 Mar, 2021 1 commit
  20. 26 Feb, 2021 1 commit
  21. 08 Feb, 2021 1 commit
  22. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  23. 27 Jan, 2021 1 commit
  24. 09 Nov, 2020 1 commit
  25. 06 Nov, 2020 1 commit
  26. 07 Oct, 2020 1 commit
  27. 17 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] use flutter tool handler for dwds resources and precache tool... · 3e838da9
      Jonah Williams authored
      [flutter_tools] use flutter tool handler for dwds resources and precache tool pub dependencies (#65814)
      
      If the tool is downloaded from a precompiled snapshot, or if the backing source files in the pub cache are deleted, the dwds debugging functionality will break as the client.js file cannot be located. Instead use the PackageConfig to verify that package location, downloading if it is missing.
      
      Override the dwds middleware to avoid Isolate.resolvePackageUri
      
      Fixes #53644
      Fixes #65475
      3e838da9
  28. 19 Aug, 2020 1 commit
  29. 15 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) · d8b6fa15
      Jonah Williams authored
      Allow configuring the flutter_manifest to support a synthetic package, this is done through flutter: generate: true.
      
      When running pub get, insert a flutter_gen entry into the packages if it does not already exist. This points to .dart_tool/flutter_gen, which can be updated to contain the generated intl sources (But doesn't currently)
      
      Adds an integration test that verifies this code can be run and imported when enabled.
      
      Part of #60914
      d8b6fa15
  30. 09 Jun, 2020 3 commits
  31. 06 Jun, 2020 1 commit
  32. 14 May, 2020 1 commit
  33. 06 May, 2020 1 commit
  34. 22 Apr, 2020 1 commit
  35. 13 Apr, 2020 1 commit