flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
**Exception: oauthAuthorize command is not supported.** ``` PS C:\Users\Desktop\Projects> & c:/Users/Desktop/Projects/.venv/Scripts/python.exe c:/Users/Desktop/Projects/main.py Future exception was never retrieved future: Traceback (most recent call last): File "C:\Program Files\Python312\Lib\concurrent\futures\thread.py", line 58, in run...
Using the latest pre release of Flet in Windows 10, scrolling with your middle mouse isn't smooth in a tab. Video below: https://github.com/flet-dev/flet/assets/73901163/508ae350-8100-4ce6-b364-19c2ca941ee2 Example code: ```import flet as ft def...
**Description** Dropdown background and it's container not rendered correctly 1) Changing bgcolor or focused_bgcolor has no effect on control appearance 2) When dropdown is put into the row or container,...
Closes #89 **Note:** The implementation of on_init in Rive control causes it to loose animation. **Test Code:** ```py import flet as ft def main(page): page.window_always_on_top = True page.horizontal_alignment = ft.CrossAxisAlignment.CENTER...
I am trying to build a windows app. I added **selenium** library to my app. It runs well before building(using 'flet run' command). But it fails after building windows app(using...
I get this error when I close the page by clicking on the close icon. ```python import flet as ft dosya = open("urun.txt", "a") def main2(page: ft.Page): txt_urad = ft.Text("Ürün...
upon running the counter.py flet example in the tutorial it run but only display white screen and it work well on browser **Code example to reproduce the issue:**  **Describe...
**Description** Stack animation is working on increasing size, but it's not working while decreasing size **Code example to reproduce the issue:** ```python import flet as ft def main(page: ft.Page): page.vertical_alignment...
### Discussed in https://github.com/flet-dev/flet/discussions/2719 Originally posted by **mghiggins** February 22, 2024 ### Question I've got a flet app that includes controls that handle right-click events. It all works fine when...
Hello. If i try to build an apk (`flet build apk`), it shows the following error: ``` Creating Flutter bootstrap project...OK Customizing app icons and splash images...OK Generating app icons...OK...