configuração inicial Flutter

This commit is contained in:
Reginaldo
2023-03-21 14:36:36 -03:00
parent 6b4344f5b7
commit 02b9468422
131 changed files with 4470 additions and 6 deletions

35
web/manifest.json Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "rkm",
"short_name": "rkm",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "RKM AB 2.0.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/Icon-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}