flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
Hi there, Can't seem to run following example to download file (even after changing the flet_fastapi to flet.fastapi ) : == Source: INFO section in the URL below, pasting it...
**Description** I am testing ResposiveRow with a container on the left and container of ListView on the right. The listview is scrollable when the screen is wide. Once I shrink...
# The problem *error while loading shared libraries: libmpv.so.1* ``` $ python counter.py /home/user/.flet/bin/flet-0.21.1/flet/flet: error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory...
I hosint my app with Cloud run FilePickerUploadFile can not upload file to webserver Get Error: 2024-01-12 13:52:58.080 ICT Exception: Specify secret_key parameter or set FLET_SECRET_KEY environment variable to enable...
VERBOSE: Using cached google_resumable_media-2.7.0-py2.py3-none-any.whl.metadata (2.2 kB) VERBOSE: Collecting google-crc32c=1.0 (from google-cloud-storage>=1.37.1->firebase_admin==6.5.0) VERBOSE: Using cached google-crc32c-1.5.0.tar.gz (12 kB) VERBOSE: Installing build dependencies: started VERBOSE: Installing build dependencies: finished with status 'done'...
**Description** Images from assets are no longer being shown on the WebView when using 0.21.1 > **Code example to reproduce the issue:** ```python import flet as ft imgsrc='./assets/deaf918056f442f1be15fadf7553cd63.png' def main(page):...
My flet app use xlwings to get excel data. It's OK when I use `flet run main.py`. However it's not OK after packing. After running `flet build windows`, I get...
**Description** I am trying to self host a web application with AWS EC2 and the flet server instantiates but then closes the connection immediately, have i configured something wrong? **Code...
**Description** After updating flet to version 0.21.1 - Connection to the flet mobile app results in errors - Doesn't display image in web **Describe the results you received:** - Connection...
**Please Describe The Problem To Be Solved** The flet app ([Testing Flet app on Android](https://flet.dev/docs/guides/python/testing-on-android), a distinct name for it might be good to prevent confusing with the library or...