Most likely, in your public/ directory there is a file index.html that is ibeing executed first before the index.php
if you delete the index.html file, the flutter web app will appear as expected. As part of the update process, we do attempt to delete this file if you use the self-updater.