ponnamkarthik / FlutterToast

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

Migrating dart:html to package:web #507

Closed a-h-mzd closed 1 month ago

a-h-mzd commented 2 months ago

This PR addresses the following issue: #498

a-h-mzd commented 2 months ago

You need to update index.html check my PR https://github.com/miguelpruivo/flutter_file_picker/pull/1481/files

Actually, there is no need to change the example index.html file. The behavior you're referring to is going to change when flutter support for wasm lands on the stable channel. Also making the example project build with wasm is irrelevant to this PR.

Mr-Pepe commented 1 month ago

@ponnamkarthik Any chance to get this merged? :) This is a blocker for WASM builds.

ponnamkarthik commented 1 month ago

@Mr-Pepe pushed new version of the pulgin.

Thanks for the PR @a-h-mzd

Mr-Pepe commented 1 month ago

Wow, that was fast! Thank you :partying_face: