I have a created an application using flutter web and deployed it using a hosting platform. Now that I have done some modification in the application and want to update it.
The changes shows on localhost using the command 'flutter run -d chrome' but it won't reflect on live site. I am using the command 'flutter build web'.