1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-07 20:21:51 +00:00

provider_shopper: update android and ios, add macos and web (#236)

This commit is contained in:
Brett Morgan
2020-01-17 06:09:33 +10:00
committed by GitHub
parent 13125bc435
commit 738861ffe3
47 changed files with 1384 additions and 42 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "provider_shopper",
"short_name": "provider_shopper",
"start_url": ".",
"display": "minimal-ui",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A shopping app sample that uses Provider for state management.",
"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"
}
]
}