gskinnerTeam / flutter-wonderous-app

A showcase app for the Flutter SDK. Wonderous will educate and entertain as you uncover information about some of the most famous structures in the world.
MIT License
3.96k stars 930 forks source link

Wasm build deployment. #185

Closed ebala96 closed 2 months ago

ebala96 commented 2 months ago

Can you share the steps of doing wasm build deployment?

Do you use the dhttp package mentioned in the following flutter documentation? https://docs.flutter.dev/platform-integration/web/wasm#serving-wasm-locally

esDotDev commented 2 months ago

Yep, we used the commands shown in the documentation there. Just create the wasm build, navigate to the build folder, run the dhttpd command and then open the browser to localhost:8080.