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 557 flet issues
Sort by recently updated
recently updated
newest added

**Description** I would like to make a customized frameless window. The window has a minimum size requirement for elements to be shown properly. I found that when `window_title_bar_hidden` is set,...

bug
platform: linux

Fix #5599 ## Summary by Sourcery Improve tab rendering and per-control theming by centralizing control context handling and aligning Tabs with Flutter's Tab heuristics. New Features: - Add a reusable...

This is how `Tabs` control looks in Flet: https://github.com/user-attachments/assets/62dcd8d6-700b-4688-8d6c-c98a2e1d10ed This is how `Tabs` looks in Flutter: https://github.com/user-attachments/assets/5ec9a46e-af88-4018-b0c5-a28d31e05b38

bug

When a Flet app uses Python's signal module or threading module, it works perfectly with flet run but freezes (hangs indefinitely) at ft.app() call after building with flet build macos/windows/linux....

status: awaiting response

### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug Memory usage keeps increasing with each 'page.update() after a LineChartDataPoint.y...

status: awaiting response

This affects at least `ResponsiveRow` and `Row` with `wrap=True`. Whenever their child controls span to second row, the `vertical_alignment=CrossAxisAlignment.STRETCH` property stops working. The underlying problem appears to be that whenever...

docs

### Duplicate Check - [x] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug When a TextStyle is provided through Theme.button_theme.style.text_style, the app throws...

bug

### Duplicate Check - [x] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug When running the ready -made Windows app, the software opens...

bug
packaging
platform: windows

### 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 希望 datatable 支持过滤和排序功能 ### Suggest a solution _No response_...

feature request

I cannot access fullscreen mode in linux OS, can anyone solve it? sometimes fullscreen mode success. linux OS: Ubuntu Desktop 22 flet version: 0.22.1 ![image](https://github.com/flet-dev/flet/assets/92512028/0cbb66cf-7251-40fa-9d8a-91cb547ae1ee) ![image](https://github.com/flet-dev/flet/assets/92512028/9ea51c25-5c0b-425b-9718-f45c5968917b)

status: awaiting response