gabrimatic / restart_app

A Flutter plugin that helps you to restart the whole Flutter app with a single function call by using native APIs.
https://pub.dev/packages/restart_app
MIT License
72 stars 63 forks source link

flutter build web --wasm failing #29

Closed satvikreddy closed 1 month ago

satvikreddy commented 5 months ago

With release of flutter 3.22, we can now build flutter web with wasm

Unfortunately, this package prevents that right now.

Migration guide by flutter team: https://docs.flutter.dev/platform-integration/web/wasm#js-interop-wasm

gabrimatic commented 1 month ago

Now the new version 1.3.0 contains the Wasp support.