flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
**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,...
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
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....
### 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...
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...
### 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...
### 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...
### 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_...
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  