1. 09 Aug, 2023 1 commit
  2. 12 Jul, 2023 1 commit
  3. 23 Jun, 2023 1 commit
  4. 22 Jun, 2023 1 commit
  5. 14 Jun, 2023 1 commit
  6. 25 Apr, 2023 1 commit
    • Srujan Gaddam's avatar
      Relabel JSFunction as JSExportedDartFunction (#125453) · 829a2d07
      Srujan Gaddam authored
      toDart exists on the latter, not the former.
      
      Fixing https://github.com/flutter/flutter/pull/125220.
      
      ## Pre-launch Checklist
      
      - [x] I read the [Contributor Guide] and followed the process outlined
      there for submitting PRs.
      - [x] I read the [Tree Hygiene] wiki page, which explains my
      responsibilities.
      - [x] I read and followed the [Flutter Style Guide], including [Features
      we expect every widget to implement].
      - [x] I signed the [CLA].
      - [x] I listed at least one issue that this PR fixes in the description
      above.
      - [x] I updated/added relevant documentation (doc comments with `///`).
      - [x] I added new tests to check the change I am making, or this PR is
      [test-exempt].
      - [x] All existing and new tests are passing.
      829a2d07
  7. 24 Apr, 2023 1 commit
    • Srujan Gaddam's avatar
      Fix JS types in _test_http_request.dart (#125220) · aa5bb7d9
      Srujan Gaddam authored
      Types are being reified in the JS backends, so these need to be
      addressed. Fixes two issues:
      
      - @staticInterop types need to be casted to JS types
      - JS functions need to be cast to JSFunction before conversion
      
      Enables landing of https://dart-review.googlesource.com/c/sdk/+/295105.
      
      ## Pre-launch Checklist
      
      - [X] I read the [Contributor Guide] and followed the process outlined
      there for submitting PRs.
      - [X] I read the [Tree Hygiene] wiki page, which explains my
      responsibilities.
      - [X] I read and followed the [Flutter Style Guide], including [Features
      we expect every widget to implement].
      - [X] I signed the [CLA].
      - [X] I listed at least one issue that this PR fixes in the description
      above.
      - [X] I updated/added relevant documentation (doc comments with `///`).
      - [X] I added new tests to check the change I am making, or this PR is
      [test-exempt].
      - [x] All existing and new tests are passing.
      aa5bb7d9
  8. 18 Apr, 2023 1 commit
    • Srujan Gaddam's avatar
      Remove package:js/dart:js_interop conflicts (#124879) · 6edbc195
      Srujan Gaddam authored
      dart:js_interop and package:js will start conflicting, since they both have an `@JS` annotation. Until we're ready to only use dart:js_interop (which will require updating the SDK constraints of every package), we should hide the `@JS` annotation from dart:js_interop. Due to shadowing, this is the behavior today, so there should be no functional change.
      
      Unblocks https://dart-review.googlesource.com/c/sdk/+/294130/8 and prevents confusing shadowing of dart:js_interop annotations like we do today.
      
      - [Mentioned CL that is unblocked] I listed at least one issue that this PR fixes in the description above.
      - [Need test-exemption] I added new tests to check the change I am making, or this PR is [test-exempt].
      - [Need to run] All existing and new tests are passing.
      6edbc195
  9. 10 Apr, 2023 1 commit
  10. 14 Oct, 2022 1 commit
  11. 29 Sep, 2022 1 commit
  12. 23 Sep, 2022 1 commit
  13. 19 Sep, 2022 1 commit