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

As per the Flet [Layout docs](https://flet.dev/docs/controls/layout), Flet supports `ListView`, `GridView` but it does not seem to support `TreeView` layout. However, there is a similar widget available in Flutter [`flutter_treeview`](https://pub.dev/packages/flutter_treeview) PFB...

controls
feature request

### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the requested feature Get contacts after permission added ### Suggest a solution...

feature request

### Discussed in https://github.com/flet-dev/flet/discussions/4092 Originally posted by **Dejv311** October 3, 2024 I am trying to figure out how to **scale text** to screen width. (i.e. text should cover the entire...

feature request

Closes https://github.com/flet-dev/flet/issues/1088 ## Test Code ```py import flet as ft def main(page: ft.Page): def handle_menu_change(e): t.value = f"Selected color: {menu.value}" page.update() t = ft.Text("Dropdown Menu Example") menu = ft.DropdownMenu( label="Color",...

## Description The Badge class is no more a Flet control and is from now on a simple Python dataclass. The badge property (available in almost all controls) now supports...

enhancement
controls
breaking change

Come up with a proof of concept for adding a Flet app to an existing web app. Docs: https://docs.flutter.dev/platform-integration/web/embedding-flutter-web

feature request

### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the requested feature Implement an advanced focus system, including flutter classes such...

feature request

### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug After refreshing the web page, the route refreshes to the...

status: awaiting response

### 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, This issue has been reported a few times, but...

bug
flet-mobile-app

### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug Attempting to access any of the client storage requests on...