Commit 03760f5
committed
fix(llc): Fixed build in dart2wasm environment
According to https://dart.dev/interop/js-interop/past-js-interop
we should now "prefer using dart:js_interop going forwards and
migrate usages of old interop libraries when possible" and this
change does that in order to make the library compatible with
`--wasm` builds.1 parent 008bece commit 03760f5
File tree
4 files changed
+4
-3
lines changed- packages
- stream_chat_flutter/lib/src/attachment/handler
- stream_chat
- lib/src/core/platform_detector
4 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments