Skip to content

Commit 481f612

Browse files
committed
Temp remove icons
1 parent a17493e commit 481f612

File tree

7 files changed

+34
-34
lines changed

7 files changed

+34
-34
lines changed

client/web/icons/Icon-192.png

-7.58 KB
Binary file not shown.

client/web/icons/Icon-512.png

-16.8 KB
Binary file not shown.
-6.13 KB
Binary file not shown.
-18.3 KB
Binary file not shown.

client/web/manifest.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"name": "Flet",
3-
"short_name": "Flet",
4-
"start_url": ".",
5-
"display": "standalone",
6-
"background_color": "#0175C2",
7-
"theme_color": "#0175C2",
8-
"description": "A new Flutter project.",
9-
"orientation": "portrait-primary",
10-
"prefer_related_applications": false,
11-
"icons": [
12-
{
13-
"src": "icons/Icon-192.png",
14-
"sizes": "192x192",
15-
"type": "image/png"
16-
},
17-
{
18-
"src": "icons/Icon-512.png",
19-
"sizes": "512x512",
20-
"type": "image/png"
21-
},
22-
{
23-
"src": "icons/Icon-maskable-192.png",
24-
"sizes": "192x192",
25-
"type": "image/png",
26-
"purpose": "maskable"
27-
},
28-
{
29-
"src": "icons/Icon-maskable-512.png",
30-
"sizes": "512x512",
31-
"type": "image/png",
32-
"purpose": "maskable"
33-
}
34-
]
2+
"name": "Flet",
3+
"short_name": "Flet",
4+
"start_url": ".",
5+
"display": "standalone",
6+
"background_color": "#ffffff",
7+
"theme_color": "#0175C2",
8+
"description": "Flet - the fastest way to build Flutter apps in Python",
9+
"orientation": "portrait-primary",
10+
"prefer_related_applications": false,
11+
"icons": [
12+
{
13+
"src": "icons/icon-192.png",
14+
"sizes": "192x192",
15+
"type": "image/png"
16+
},
17+
{
18+
"src": "icons/icon-512.png",
19+
"sizes": "512x512",
20+
"type": "image/png"
21+
},
22+
{
23+
"src": "icons/icon-maskable-192.png",
24+
"sizes": "192x192",
25+
"type": "image/png",
26+
"purpose": "maskable"
27+
},
28+
{
29+
"src": "icons/icon-maskable-512.png",
30+
"sizes": "512x512",
31+
"type": "image/png",
32+
"purpose": "maskable"
33+
}
34+
]
3535
}

media/logo/flet-logo.cdr

547 KB
Binary file not shown.

sdk/python/playground/icons-browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ def search_click(e):
125125
)
126126

127127

128-
flet.app(name="test1", port=8550, target=main, view=flet.FLET_APP)
128+
flet.app(name="test1", port=8550, target=main, view=flet.WEB_BROWSER)

0 commit comments

Comments
 (0)