1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="provider_shopper">
<link rel="apple-touch-icon" href="/icons/Icon-192.png">
<title>provider_shopper</title>
<link rel="manifest" href="/manifest.json">
</head>
<body>
<script src="main.dart.js" type="application/javascript"></script>
</body>
</html>

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"
}
]
}