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

### 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 copied the example from the documentation and modified it...

### 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 add a button control to the suffix of...

### 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 the scroll is enabled for a container that a...

### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug "Android" apk does not start on physical or simulated devices...

### 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'm trying to use the hot reload feature by running...

platform: desktop
bug: regression

## Description As mentioned in [flutter docs](https://api.flutter.dev/flutter/material/ListTile-class.html) `ListTile` > ...requires a [Material](https://api.flutter.dev/flutter/material/Material-class.html) widget ancestor in the tree to paint itself on, which is typically provided by the app's [Scaffold](https://api.flutter.dev/flutter/material/Scaffold-class.html). 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 Apk "Android" error Pillow PIL ImportError: dlopen failed: library "libjpeg.so"...

## Summary by Sourcery Fix the issue where clicking on a `CupertinoContextMenuAction` does not close the context menu by adding a pop action. Improve the error message in `CupertinoContextMenu` for...

## Description Closes #4017 ## Summary by Sourcery Improve date handling in date picker components by supporting both datetime objects and strings, with added validation for string formats. Fix issue...

**Please Describe The Problem To Be Solved** For now, Flet only has support for widgets focused on mobile, just like Flutter, but there are third-party packages that extend this to...