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 557 flet issues
Sort by recently updated
recently updated
newest added

Closes #1193 ### Test Code: TBA

A minimal "hello flet" web when compiled with flet build web produces an app.zip of 3 megs. Inside is the entirety of flet with controls not used by the app....

**Description** I am testing the Dropdown control. The on_click event in option works properly on desktop if run like : flet run test.py -r -d ... However, there is no...

enhancement
flet-mobile-app

## Issue Description: when i attempt to auto reload with `flet run -d ./app --recursive` a restart race commences when a file is modified or opened in a subdir below...

import time import flet as ft import threading from flask import Flask,send_file app = Flask(__name__) @app.route('/') def hello_world(): return send_file("assets/test.html") def run_flask_in_thread(): print("Starting Flask in thread...") ssl_context = ('assets/10.15.176.117.pem', 'assets/10.15.176.117-key.pem')...

**Description** Methods of `ft.Video` class can only be called if they are binded to some events of some widgets. For example if I call `video.is_playing()` in `ElevatedButton.on_click()` it will work,...

bug
has reproducible steps

flet have page.update() to refresh or update control its good in static way but i work in app its get data from database i want to refresh page to reprocessing...

**Please Describe The Problem To Be Solved** Add in Flet argument for auto generating `on_change` events in `NavigationBar`, `NavigationDrawer` and `NavigationRail`. And add `func` argument for destinations. For example, ```py...

enhancement
feature request

**Can you add a map for the flet, can you support a widget that can show points on it?** Can you provide support for a widget that can show gps...

controls
feature request

**Please Describe The Problem To Be Solved** (Replace This Text: Please present a concise description of the problem to be addressed by this feature request. Please be clear what parts...

status: awaiting response