flet icon indicating copy to clipboard operation
flet copied to clipboard

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.

Results 469 flet issues
Sort by recently updated
recently updated
newest added

**Description** while using page.go(skip_route_change_event=True) it should skip page.on_route_change. Instead, event is triggered no matter what, in this code example, while clicking on "Go home" button, it should not do anything,...

bug
enhancement
has reproducible steps

**Make `upload_endpoint_path` customizable from `flet.fastapi.app`** Current implementation of the Flet app with FastAPI support does not allow to add custom endpoint for uploading files from `FilePicker` component. It is only...

Closes #952 - Issue TBF: The tiles created on_click of the first tile have no parent (`None`) although they all live in thesame `Column`. **Test Code:** ```py import flet as...

**Description** I have created a GUI for my app that uses Playwright, it works well until I have built it with the build command ```flet build windows``` it builds the...

packaging

Currently no options to flet to set google TV icon, as well as leanback launcher not included in AndroidManifest.xml as well as intent filters needed. These could be added without...

enhancement
feature request

The [example of SearchBar](https://flet.dev/docs/controls/searchbar/) provided in the documentation opens a static dropdown. As it apparent from the controls that ListTile titles are obtained using a loop. ```controls=[ ft.ListTile(title=ft.Text(f"Color {i}"), on_click=close_anchor,...

bug
enhancement
has reproducible steps

Tested on android studio pixel 8/pro, pixel 7, various API versions 31,34 etc. Clicking on flet app starts then crashes, various reports on discord of users with same problem. I...

bug
flet-mobile-app

## Issue Report: Warning Message on Building .apk for Android ### Description After the latest update, while building the .apk for Android, the following warning messages are triggered: - "The...

enhancement

### Discussed in https://github.com/flet-dev/flet/discussions/2942 Originally posted by **yunguangli** March 25, 2024 is it possible to add more user-defined breakpoints for ResponsiveRow control or just increase the number of breakpoints in...

enhancement
feature request