DataDog / dd-sdk-flutter

Flutter bindings and tools for utilizing Datadog Mobile SDKs
Apache License 2.0
43 stars 42 forks source link

feat: Support WASM compilation and new JS interop #617

Closed fuzzybinary closed 2 months ago

fuzzybinary commented 4 months ago

What and why?

This makes the necessary changes to support WASM compilation available in Flutter 3.22.

Using the new js_interop package requires use of Dart 3.3 (Flutter 3.19+), which is potentially a breaking change, so this needs to be discussed before it enters mainline.

refs: #615

Review checklist