Skip to content

Commit e3863bb

Browse files
authored
Migrate to package:web v1.1.0 (#2530)
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.
1 parent 93f720a commit e3863bb

File tree

8 files changed

+5733
-648
lines changed

8 files changed

+5733
-648
lines changed

dwds/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Added `useModuleName` option to `MetadataProvider` to determine whether or not
1111
to use the provided `name` in a `ModuleMetadata`. Metadata provided by DDC
1212
when using the library bundle format does not provide a useful bundle name.
13+
- Migrate to `package:web` v1.1.0.
1314

1415
## 24.1.0
1516

0 commit comments

Comments
 (0)