Thursday, 21 January 2021

How to configure a website using Flutter Web to not cache data?

I am creating a website using Flutter Web. The website is in production and we release one version a week. Some users have trouble getting the new version of the web application. I would like to set my website to not cache data.

I added these tags, but to no succes:

  <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
  <meta http-equiv="Pragma" content="no-cache">
  <meta http-equiv="Expires" content="0">


from How to configure a website using Flutter Web to not cache data?

No comments:

Post a Comment