Skip to content

Commit

Permalink
Temp remove icons
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed May 4, 2022
1 parent a17493e commit 481f612
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 34 deletions.
Binary file removed client/web/icons/Icon-192.png
Binary file not shown.
Binary file removed client/web/icons/Icon-512.png
Binary file not shown.
Binary file removed client/web/icons/Icon-maskable-192.png
Binary file not shown.
Binary file removed client/web/icons/Icon-maskable-512.png
Binary file not shown.
66 changes: 33 additions & 33 deletions client/web/manifest.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "Flet",
"short_name": "Flet",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A new Flutter project.",
"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"
}
]
"name": "Flet",
"short_name": "Flet",
"start_url": ".",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#0175C2",
"description": "Flet - the fastest way to build Flutter apps in Python",
"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"
}
]
}
Binary file modified media/logo/flet-logo.cdr
Binary file not shown.
2 changes: 1 addition & 1 deletion sdk/python/playground/icons-browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ def search_click(e):
)


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

0 comments on commit 481f612

Please sign in to comment.