Change Name and Description of a Web in a Flutter Project

Tiempo de lectura: < 1 minuto

Reading Time: < 1 minutes

Today, we are going to learn how we can change the name and description of the website displayed in a Flutter project.

To edit this configuration, we will need to locate the file web/manifest.json

Inside here, we are going to edit these lines:

We can also change the description:

And the rest of the values, for example, the theme color (this is seen in a Chrome using Android).

Or even the icons:

Leave a Comment