flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
### Discussed in https://github.com/flet-dev/flet/discussions/4136 Originally posted by **MatsuSpring** October 11, 2024 ### Question I'm trying to change the color of the underline in a `TextField` control where the` border` property...
### Discussed in https://github.com/flet-dev/flet/discussions/3748 Originally posted by **Zeb152** July 31, 2024 ### Question Error: `Swift Compiler Error (Xcode): No such module 'Python' ` Recently, I messed up python on my...
I tried to make the background of my window transparent using the example code given in the documentation. However, on linux mint I get a black background instead of a...
## a MWE for the background The following code is a buggy implementation that I didn't realize until I actually hit it, so I feel it's a good candidate to...
The stopwatch that is open in the app does not continue to progress when the Android app is closed or the screen is locked
More information: https://medium.com/flutter/accessibility-in-flutter-on-the-web-51bfc558b7d3
Error: ``` /home/appveyor/projects/flet/client/linux/flutter/ephemeral/.plugin_symlinks/rive_common/macos/SheenBidi/Source/SBParagraph.c:619:16: error: unused variable 'stringLength' [-Werror,-Wunused-variable] ``` Upstream issue: https://github.com/rive-app/rive-flutter/issues/390
Inconsistent performance in Windows build has been observed. There are 3 scenarios after running the executable file. 1. UI Loads instantly 2. UI loads after a waiting for a few...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the requested feature What is the recommended approach to linking a needed...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug ListView has a few issues: It doesn't have a 'scroll'...