1. 01 Mar, 2023 1 commit
  2. 28 Feb, 2023 1 commit
  3. 27 Feb, 2023 3 commits
  4. 24 Feb, 2023 1 commit
  5. 23 Feb, 2023 1 commit
  6. 21 Feb, 2023 1 commit
    • David Iglesias's avatar
      [tool][web] Makes flutter.js more G3 friendly. (#120504) · a463bb82
      David Iglesias authored
      * Allow any JS file in flutter loader.
      
      * Nag only if service worker API is completely unavailable.
      
      * Add info about Secure Contexts if that may be the reason why serviceworker is not available.
      
      * Update sanity test.
      
      * If service worker settings are null, do not even check if the API is available.
      a463bb82
  7. 17 Feb, 2023 2 commits
  8. 13 Feb, 2023 1 commit
  9. 10 Feb, 2023 2 commits
  10. 09 Feb, 2023 1 commit
  11. 07 Feb, 2023 1 commit
  12. 23 Jan, 2023 2 commits
  13. 19 Jan, 2023 1 commit
  14. 12 Jan, 2023 1 commit
  15. 19 Dec, 2022 1 commit
    • Jackson Gardner's avatar
      Support `flutter build web --wasm` (#117075) · 9f2c5d8e
      Jackson Gardner authored
      * Work in progress.
      
      * Some fixes to the command line.
      
      * Bootstrapping works.
      
      * Change kickoff order to maximize concurrency.
      
      * Fix analyzer errors and formatting issues.
      
      * Fix doc comment.
      
      * Added unit tests for some of the web targets.
      
      * Format issue.
      
      * Add an integration test that builds an app to wasm.
      
      * Add a todo for depfiles.
      
      * Formatting.
      
      * Apparently the license header needs to say 2014.
      
      * `file://` URIs confuse dart2wasm on Windows. Just use absolute paths.
      
      * Update unit tests to match new path passing.
      
      * Have a distinct build directory for wasm, and fixes for some upstream changes.
      9f2c5d8e
  16. 15 Dec, 2022 2 commits
  17. 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
  18. 22 Nov, 2022 1 commit
  19. 13 Nov, 2022 1 commit
  20. 12 Nov, 2022 1 commit
  21. 08 Nov, 2022 2 commits
  22. 01 Nov, 2022 1 commit
  23. 27 Oct, 2022 1 commit
  24. 21 Oct, 2022 1 commit
  25. 05 Oct, 2022 1 commit
  26. 20 Sep, 2022 1 commit
  27. 16 Sep, 2022 1 commit
  28. 13 Sep, 2022 1 commit
  29. 12 Sep, 2022 1 commit
    • Liam Appelbe's avatar
      Null safety migration of packages/flutter_tools/bin (#110706) · e3b9223a
      Liam Appelbe authored
      * Migrate packages/flutter_tools/bin
      
      * Fix NPE
      
      * Fix test
      
      * Fix test
      
      * Fix l10n optionalParameters
      
      * Fix ChromeTab nullability
      
      * Fix another type cast error
      
      * Fix another cast error
      
      * Fix another cast error (copied from #110711)
      
      * Fix NPE
      
      * Fix another NPE
      
      * Assert that testDirectory is not null
      e3b9223a
  30. 01 Sep, 2022 1 commit
  31. 29 Aug, 2022 1 commit
  32. 03 Aug, 2022 1 commit
  33. 29 Jul, 2022 1 commit