DataDog / dd-sdk-flutter

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

Support WASM for Flutter 3.22 #609

Closed NashIlli closed 1 month ago

NashIlli commented 1 month ago

Feature description

Packages for web are updated in the new version of Flutter and they are incompatible with the current version of datadog_fltuter_pluggin when trying to compile to Wasm

Proposed solution

No response

Other relevant information

No response

fuzzybinary commented 1 month ago

Hi @NashIlli ,

I'll look into it ASAP. Any chance you can post what's now working or the errors you're seeing when compiling to WASM?

NashIlli commented 1 month ago

@fuzzybinary thans for your quick response!

Im getting the following message

../../../.pub-cache/hosted/pub.dev/datadog_flutter_plugin-2.5.0/lib/datadog_flutter_plugin_web.dart:12:8: 
Error: Dart library 'dart:html' is not available on this platform.
import 'dart:html' as html show window;
fuzzybinary commented 1 month ago

Closing and tracking as part of #615