Commit e3863bb
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- dwds
- lib/src/injected
- web
- reloader
8 files changed
+5733
-648
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments