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 … Read more