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

### 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...

enhancement
controls

### 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...

bug
status: awaiting response
packaging
platform: ios
platform: mac

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...

bug
platform: linux
has-upstream

## 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...

status: awaiting response

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

enhancement
platform: web

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

bug
has-upstream

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...

platform: windows
performance

### 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'...