1. 19 Jan, 2024 1 commit
  2. 12 Jan, 2024 1 commit
    • OutdatedGuy's avatar
      Added newline at end of `.gitignore` files (#141270) · a8cb8af8
      OutdatedGuy authored
      Added missing required newline at end of some `.gitignore` files. All other `.gitignore` files ends with a newline except the changed ones, hence the PR.
      
      > *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.*
      
      **Not listing any issues because of trivial fixes as mentioned above.**
      a8cb8af8
  3. 09 Jan, 2024 1 commit
  4. 05 Jan, 2024 2 commits
  5. 04 Jan, 2024 1 commit
  6. 15 Dec, 2023 1 commit
    • Srujan Gaddam's avatar
      Move package:web dependency to dev dependency (#139696) · 2407f699
      Srujan Gaddam authored
      Pinning the package:web dependency constrains downstream packages from
      using newer versions and making sure they support the version pinned in
      Flutter. Since the usage of package:web in Flutter is light, we should
      instead have a small shim like the engine and keep package:web as a dev
      dependency only.
      2407f699
  7. 07 Dec, 2023 1 commit
  8. 06 Dec, 2023 1 commit
  9. 05 Dec, 2023 1 commit
  10. 29 Nov, 2023 1 commit
  11. 15 Nov, 2023 1 commit
    • Srujan Gaddam's avatar
      Pin package:web 0.4.0 (#138428) · d8ffc739
      Srujan Gaddam authored
      This version is needed so that dart:js_interop can move to extension
      types. Also adds some code to handle some breaking changes:
      
      - Body -> Response. Body was an IDL interface mixin type we exposed in
      dart:html. Going forward, users should either use Request or Response.
      - Casts to JSAny. These are temporary until we move package:web types to
      extension types. Currently, package:web types can't implement JSObject
      as JSObject will move to be an extension type itself.
      Co-authored-by: 's avatarKevin Moore <kevmoo@users.noreply.github.com>
      d8ffc739
  12. 09 Nov, 2023 1 commit
  13. 03 Nov, 2023 1 commit
  14. 02 Nov, 2023 1 commit
  15. 25 Oct, 2023 1 commit
  16. 11 Oct, 2023 1 commit
  17. 29 Sep, 2023 1 commit
  18. 20 Sep, 2023 2 commits
  19. 13 Sep, 2023 1 commit
  20. 12 Sep, 2023 1 commit
  21. 25 Aug, 2023 1 commit
  22. 16 Aug, 2023 1 commit
  23. 10 Aug, 2023 1 commit
  24. 04 Aug, 2023 1 commit
  25. 01 Aug, 2023 1 commit
  26. 31 Jul, 2023 1 commit
  27. 27 Jul, 2023 1 commit
  28. 21 Jul, 2023 1 commit
  29. 15 Jul, 2023 1 commit
  30. 07 Jul, 2023 1 commit
  31. 22 Jun, 2023 1 commit
  32. 15 Jun, 2023 1 commit
  33. 12 Jun, 2023 1 commit
  34. 30 May, 2023 1 commit
  35. 16 May, 2023 1 commit
  36. 08 May, 2023 1 commit
  37. 28 Apr, 2023 1 commit
  38. 13 Apr, 2023 1 commit