update breakpoint package

This commit is contained in:
2026-01-14 01:00:34 -08:00
parent b7f99e2ce9
commit 18e40d4ac9
108 changed files with 3420 additions and 455 deletions
+13 -1
View File
@@ -2,7 +2,7 @@
"name": "example",
"short_name": "example",
"start_url": ".",
"display": "minimal-ui",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A new Flutter project.",
@@ -18,6 +18,18 @@
"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"
}
]
}