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

I hope to join [flutter_acrylic](https://pub.dev/packages/flutter_acrylic) library, Can create more advanced interfaces for Flet 我希望加入[flutter_acrylic](https://pub.dev/packages/flutter_acrylic)库,他可以为flet制作更高级的节目

platform: desktop
feature request

Problem: pressing keys produces "ding" sound on macOS. Repro code: https://github.com/flet-dev/examples/blob/main/python/controls/page/keyboard-events.py Possible solution: https://github.com/flutter/flutter/issues/74287#issuecomment-1091883884

bug
platform: mac

**Description** When running `flet run --android` the QR code generated is indicating wrong . **Describe the results you received:** Correct text is supposed to be `http://192.168.0.102:8551/Quarentine-Manager/main.py` but upon scanning the...

**Description** Trying to build a Alert dialog control that is made of a column that contains long list of text control. Setting the scrollable=True in alert dialog control works when...

**Trello clone example not working** I'm learning python in evening school and i wanted to follow your Trello clone example I copied the codes for the first 4 files and...

status: awaiting response

Is there a way to bootstrap the current flet web pyidode interop to call a javascript function from a flet button or from js back to flet?

I get a problem every time I do a `flet build windows`. I've tried upgrading my Flutter and Visual Studio. I even tried changing my TEMP file, but the error...

packaging
platform: windows

This is mostly a "docs" bug if something as I cannot find the way to import a dart/flutter existing module in flet directly. I looked for it but I cannot...

documentation

✅ Checked _Issues_ ✅ Checked _Stackoverflow_ ℹ️ **Description** After building the application for mac os, there is no access to the microphone. The operating system does not request it. As...

This fixes https://github.com/flet-dev/flet/issues/3097 , Limit the auto reload/restart of the running flet app to modify, created, deleted or moved file events. Ignore Opened events