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

SocketException: Failed to create server socket (OS Error: File exists with given unix domain address), address = stdout.sock, port = 0

![Snímek obrazovky 2024-04-08 v 12 41 50](https://github.com/flet-dev/flet/assets/18038918/183d40c2-ac22-4f0b-9fb5-9f0433b4ad64) after build on macos flet version 0.21.2 python version 3.9.6 on mac silicon

packaging

Hello, I am attempting to build an IPA application using Flet and have encountered an error during the compilation phase. I ran the command flet build ipa --template gh:flet-dev/flet-build-template -vv...

status: awaiting response

Android use webview Error accessing HTTP service How to support HTTP access and ignore SSL errors?

(I'm developing my program on Windows for context) I'd like to be able to change the icon without building an EXE. This is a feature that other GUI libraries on...

https://github.com/media-kit/media-kit/issues/614 https://github.com/flet-dev/flet/issues/3072

OS: windows 10 python: 3.12 flet version: 0.22.0, ios flet: 1.5.1, mainland China Following the operations in this document 'https://flet.dev/docs/getting-started/testing-on-ios', I found that when testing on an iOS phone, the...

The latest version of packaged program files is more than twice as large as before。 Windows10, Python 3.8.10 V0.19.0: `flet pack main.py`: 31,954 KB V0.19.0: `pyinstaller -F -w main.py`: 30,651...

**Description** I have two monitors in use, and the resolution of the two monitors is not the same, the left is 2560x1440, the right is 1920x1080, page.window_center () is displayed...

I am very pleased and grateful for the addition of video control to flet. I wanted to play an rtsp video using video control, but after a brief loading UI,...