flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug The column width is completely ignored inside of a container...
### 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 on a physical device, it gives the error...
## Summary by Sourcery This pull request enhances the `CupertinoAppBar` to support multiple trailing controls by wrapping them in a `Row` widget. Additionally, it updates the bug report issue template...
### 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 `flet build`, comments which start with `#` (as...
## Summary by Sourcery This pull request introduces string representation methods (`__str__` and `__repr__`) for the `Event` class, improving debugging and logging capabilities. Additionally, it enhances the `ContainerControl` to support...
Im sorry for the issue, because I know it should be rather in discussion, but there is near zero activity there... How do I make custom "cleanup" logic right before...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug - i had create about 200 cards in one page,...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug In flet web deployment we always face a big problem...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug Setting a background image works fine until page.scroll is set...
Fixes #3573 - Deprecated `ThemeVisualDensity` in favor of `VisualDensity` ## Summary by Sourcery This pull request addresses multiple issues with button components by adding new style properties, fixing color and...