Skip to content

Conversation

srujzs
Copy link
Contributor

@srujzs srujzs commented Nov 28, 2024

flutter_tools uses v1.1.0, so DWDS needs to support that version before release. This includes:

  • not using helpers.dart, which is deprecated.
  • not using HtmlElement, which is deprecated.
  • not using HttpRequest, which is deprecated, and instead using package:http to do HTTP requests.
  • passing a JS value to innerHTML as it now accepts JSAny.

client.dart is recompiled with the same Dart version used before.

flutter_tools uses v1.1.0, so DWDS needs to support
that version before release. This includes:

- not using helpers.dart, which is deprecated.
- not using HtmlElement, which is deprecated.
- not using HttpRequest, which is deprecated, and
instead using package:http to do HTTP requests.
- passing a JS value to innerHTML as it now accepts
JSAny.

client.dart is recompiled with the same Dart version
used before.
@srujzs
Copy link
Contributor Author

srujzs commented Dec 2, 2024

Thanks!

@srujzs srujzs merged commit e3863bb into dart-lang:main Dec 2, 2024
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants