flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
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...
### 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...
### 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...
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...
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
### 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...
### 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...
### 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...
### 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...