flet icon indicating copy to clipboard operation
flet copied to clipboard

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.

Results 469 flet issues
Sort by recently updated
recently updated
newest added

This adds an "EchoText" control to demonstrate the process of creating new controls (that communicate with the Flutter client). Instructions are in `CONTRIBUTING.md`.

**Description** Window expands to `1280x720` when I switch workspaces, window focus, or if I try to resize it when `Page.window_resizable` is set to `False` **Code example to reproduce the issue:**...

awaiting response

![image](https://user-images.githubusercontent.com/98015835/192952501-10b52484-ef21-47d6-8941-8400b76531dd.png) I am using pyinstaller to packing the .py script. how can I change the default app icon on the left top corner?

I noticed when using Flet on my IdE(pycharm) that there are no doc strings in functions or classes to inform us on the uses of the particular class, examples...etc These...

https://github.com/ZaraclaJ/audio_recorder

can add FPS show on page to evaluate UI performance?

awaiting response

Well, I accidentally deleted the previous pr, so this is mostly a finished version of query string parser. Soon, I'll add examples to flet examples and get docs ready. Currently,...

Dropdown value with greek characters for the dropdown.Option gives: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 0: invalid continuation byte. This is only applicable for the dropdown value...

adding a table control with customization would be very helpful rather than creating a bunch of rows and columns

https://nuitka.net/ This may be another packager for flet. I will test it against multiple projects and report problems and success