flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
Hi, PopupMenuButton control always display a tooltip, even when "" or None is passed Can be reproduced with original exemple code : ```python import flet as ft def main(page: ft.Page):...
**Description** **Code example to reproduce the issue:** ```python status_search=ft.Dropdown( label='Status', width=150, color=ft.colors.GREY_700, bgcolor=ft.colors.WHITE, border_color=ft.colors.GREY_700, border_width=1, hint_text=' Status', hint_style=ft.TextStyle(size=12,color=ft.colors.GREY_700,weight="BOLD",font_family='Tahoma'), text_style=ft.TextStyle(size=12,color=ft.colors.GREY_700,font_family='Tahoma'), dense=True, filled=True, border_radius=1, content_padding=4, alignment=ft.alignment.center_left, options=[ ft.dropdown.Option('Todos'), ft.dropdown.Option('Pendente'), ft.dropdown.Option('Andamento'), ft.dropdown.Option('Finalizado'), ],...
I use file_picker to upload images to the server with the API. File_picker returns to me FilePickerfile (Name = 'Img_3443-1710921130437.PNG', Path = '/private/var/mobile/containers/data/application/f086d08b-9383-40BC-A493-7880E4B2A7E8/TMP/IMG_3443-171043337 png', size=1991887) I can't read the file...
i try circleAvatar for local image in assets not work . but i using Image() is work circleAvatar only Work for url Image code ``` from flet import * class...
**Description** **Code example to reproduce the issue:** ```python (paste your program here) ``` **Describe the results you received:** **Describe the results you expected:** **Additional information you deem important (e.g. issue...
- [x] Fix issue #2712 - [x] Fix issue #2828 Test code: #2712 ```python import flet as ft def main(page: ft.Page): page.padding = 0 def on_long_press(e): print('on long press') page.add(ft.Text('on_long_press...
This allows `flet_fastapi` to substitute the generated HTML `` without introducing the custom `index.html`, e.g., ``` flet_fastapi.app( webapp_main, app_name="my app", app_short_name="myapp", app_description="myapp description", ) ```
### Discussed in https://github.com/flet-dev/flet/discussions/950 Originally posted by **ndonkoHenri** January 29, 2023 @FeodorFitsner, what do you think of adding a way to access the **parent** of a control? I thought of...
**Description** Installed flet on FreeBSD 14 under virtual environment via poetry, with Python versions 3.9 and 3.11, unable to run the hello world example. **Code example to reproduce the issue:**...
Any time I try to run my app with the latest version Flet (0.20.0) on Ubuntu (23.10), I get this error message: "error while loading shared libraries: libmpv.so.1: cannot open...