ponnamkarthik / FlutterToast

Toast Plugin for Flutter
MIT License
1.43k stars 349 forks source link

[WEB] Wasm support #511

Closed rokk4 closed 1 month ago

rokk4 commented 1 month ago

Do not hinder wasm compilation.

    Context: The unavailable library 'dart:html' is imported through these packages:

    web_plugin_registrant.dart => package:fluttertoast => dart:html

Describe the solution you'd like Move away from dart:html and dart:js

package:web, which replaces dart:html (and other web libraries) dart:js_interop, which replaces package:js and dart:js

https://docs.flutter.dev/platform-integration/web/wasm#js-interop-wasm

ponnamkarthik commented 1 month ago

Please check latest version deployed few minutes back merged from PR #507