Fintasys / emoji_picker_flutter

A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.
MIT License
154 stars 114 forks source link

Switch from `dart:html` to `package:web` #198

Closed GleammerRay closed 2 months ago

GleammerRay commented 2 months ago

dart:html is not supported by Flutter web WASM (flutter build web --wasm) compilation. See more at https://docs.flutter.dev/platform-integration/web/wasm#known-limitations.

GleammerRay commented 2 months ago

package:web 0.3.0 is not supported on current stable Flutter version.

Fintasys commented 2 months ago

Thanks for your PR 🙏 Please give me some time to check it