1. 14 Apr, 2023 1 commit
  2. 22 Mar, 2023 1 commit
  3. 23 Jan, 2023 1 commit
  4. 20 Jan, 2023 1 commit
  5. 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
  6. 13 Nov, 2022 1 commit
  7. 12 Nov, 2022 1 commit
  8. 26 Oct, 2022 1 commit
  9. 19 Aug, 2022 1 commit
  10. 20 Jul, 2022 1 commit
  11. 18 Jul, 2022 1 commit
  12. 15 Jul, 2022 1 commit
  13. 07 Jul, 2022 1 commit
  14. 20 May, 2022 1 commit
  15. 18 May, 2022 1 commit
  16. 31 Mar, 2022 1 commit
  17. 29 Mar, 2022 1 commit
  18. 21 Mar, 2022 1 commit
  19. 09 Mar, 2022 1 commit
  20. 02 Mar, 2022 1 commit
    • gaaclarke's avatar
      Starts using the `--source` flag to compile the dart registrant. (#98046) · fdcd1446
      gaaclarke authored
      * Starts using the `--source` flag to compile the dart registrant.
      
      * updated general.shard tests
      
      * Fixed the resident compiler flow
      
      * added integration test
      
      * made the integration test self contained
      
      * renamed generated_main to dart_plugin_registrant
      
      * cleaned up for review
      
      * added task runner for ci
      
      * added bringup and TESTOWNERS
      
      * updated failure message
      fdcd1446
  21. 03 Feb, 2022 1 commit
  22. 14 Jan, 2022 1 commit
  23. 08 Oct, 2021 3 commits
  24. 06 Oct, 2021 1 commit
  25. 02 Oct, 2021 1 commit
  26. 01 Oct, 2021 1 commit
    • stuartmorgan's avatar
      Fix Dart plugin registrant interaction with 'flutter test' (#90288) · 97fb8c05
      stuartmorgan authored
      Building an application for a desktop platform that transitively included any Dart-based plugins (such as path_provider) broke `flutter test`, because its compilation was overriding the provided main (in this case, the test main) with `generated_main.dart` if it was present. This PR:
      - Changes the `flutter test` compilation path to update `generated_main.dart`, so that the tests will work, and will include any registered Dart plugins.
      - Makes using `generated_main.dart` during recompile opt-in, to try to reduce the chance of a similar bug happening with other codepaths in the future.
      
      Fixes https://github.com/flutter/flutter/issues/88794
      97fb8c05
  27. 23 Aug, 2021 1 commit
  28. 15 Jul, 2021 1 commit
  29. 01 Jun, 2021 1 commit
  30. 24 May, 2021 1 commit
  31. 07 May, 2021 1 commit
  32. 23 Apr, 2021 2 commits
  33. 23 Mar, 2021 1 commit
  34. 12 Mar, 2021 1 commit
  35. 10 Mar, 2021 1 commit
  36. 23 Feb, 2021 1 commit
  37. 19 Feb, 2021 1 commit