Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
11.5k
stars
449
forks
source link
App icon is black if `flet build apk` is run without `assets/icon.png` #4308
Closed
FeodorFitsner closed 2 weeks ago
Duplicate Check
Describe the bug
App icon is black if
flet build apk
is run withoutassets/icon.png
.Code sample
Code
```python [Paste your code here] ```To reproduce
flet build apk
withoutassets
directory.Expected behavior
No response
Screenshots / Videos
Captures
[Upload media here]Operating System
macOS
Operating system details
Any version
Flet version
0.25.0
Regression
No, it isn't
Suggestions
No response
Logs
Logs
```console [Paste your logs here] ```Additional details
No response