flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
Closes #317 ## Test Code ```python import flet as ft def main(page): page.horizontal_alignment = ft.CrossAxisAlignment.CENTER page.on_error = lambda e: print(e.data) page.scroll = True def handle_click(e): d = page.take_screenshot(c.uid) page.set_clipboard(d) #...
### 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 tried to change the websocket endpoint's path, but it...
exact duplication of error #1359 [/flet-dev/flet/issues/1359](https://github.com/flet-dev/flet/issues/1359) **Description** When trying to start any flet app with web browser view it hangs for 30 seconds and then fails with an exception: Exception:...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug C:\Users\Administrator\PycharmProjects\mybilibili\main.py:12: DeprecationWarning: start_recording_async() is deprecated in version 0.21.0 and will...
**Description** Inertia of scrolling is lost when executing the example on the [`Large lists`](https://flet.dev/docs/guides/python/large-lists) page. **Code example to reproduce the issue:** For example, ```python import flet as ft def main(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 I have a CI/CD build pipeline (which automatically uses the...
### 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 I run the flet build apk, it works and...
### 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 new version flet on_scroll in any controls doesnt work...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug Hi, In v0.23.2, the GestureDetector doesn't work It was OK...
### Please Describe The Problem To Be Solved In Flutter, if we make a problematic layout where a child widget tries to take the maximum height/width of a parent widget...