1. 24 Jan, 2024 1 commit
  2. 19 Jan, 2024 1 commit
  3. 16 Jan, 2024 1 commit
  4. 12 Jan, 2024 1 commit
  5. 09 Jan, 2024 1 commit
  6. 05 Jan, 2024 1 commit
  7. 04 Jan, 2024 1 commit
  8. 03 Jan, 2024 2 commits
  9. 02 Jan, 2024 3 commits
  10. 20 Dec, 2023 1 commit
  11. 19 Dec, 2023 1 commit
  12. 15 Dec, 2023 3 commits
  13. 06 Dec, 2023 1 commit
  14. 05 Dec, 2023 1 commit
  15. 28 Nov, 2023 1 commit
    • Nate's avatar
      Implement `switch` expressions in `dev/` (#139048) · 3267fbc0
      Nate authored
      I previously made a PR (#136140) that used `switch` expressions to make some parts of the Flutter codebase easier to understand. It was assigned to the framework team, and @christopherfujino let me know that it was too large to effectively review and recommended breaking it up into smaller pull requests.
      
      Here's a PR that only targets files in the `dev/` directory. Hopefully this will be easier to work with!
      
      (solves issue https://github.com/flutter/flutter/issues/136139)
      3267fbc0
  16. 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
  17. 13 Nov, 2023 1 commit
  18. 09 Nov, 2023 1 commit
  19. 03 Nov, 2023 2 commits
  20. 02 Nov, 2023 1 commit
  21. 01 Nov, 2023 1 commit
  22. 31 Oct, 2023 1 commit
  23. 25 Oct, 2023 2 commits
  24. 24 Oct, 2023 1 commit
  25. 20 Oct, 2023 1 commit
  26. 19 Oct, 2023 1 commit
  27. 12 Oct, 2023 1 commit
  28. 11 Oct, 2023 1 commit
  29. 29 Sep, 2023 1 commit
  30. 20 Sep, 2023 2 commits
  31. 13 Sep, 2023 1 commit
  32. 12 Sep, 2023 1 commit