Hi@akhtar,
To create a production build for the web, Flutter supports Flutter build web command similar to other platforms and you will see build/web folder generated with the source files mainly index.html,main.dart.js and the assets folder and you can simply deploy it on your server.