flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
**Issue Description:** I am developing an Android application using Flet, where I'm trying to display a local Lottie asset (`B.json`) within a deployed APK. ``` # -------------------------------------------------------- # Assets folder...
**Description** **Code example to reproduce the issue:** ```python from typing import Dict import flet from flet import ( Column, ElevatedButton, FilePicker, FilePickerResultEvent, FilePickerUploadEvent, FilePickerUploadFile, Page, ProgressRing, Ref, Row, Text, icons,...
**Description** When migrating from flet 0.18 to flet 0.22, my Datatable started to slow down my application. An example that causes a hang. Maybe I'm doing something wrong? Although everything...
on windows, I set network proxy: `$env:HTTP_PROXY="socks5://127.0.0.1:1080"; $env:HTTPS_PROXY="socks5://127.0.0.1:1080"` execute 'flet build -vv windows', it report the following error: Extracting Python distributive from C:\Users\hgc\AppData\Local\Temp\cpython-3.11.6+20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz to C:\Users\hgc\AppData\Local\Temp\hostpython3.11_1737ae1f VERBOSE: C:\Users\hgc\AppData\Local\Temp\hostpython3.11_1737ae1f\python\python.exe -m pip install...
A ImageViewer displays a full screen Image that allows Zoom, Pan, and paging through multipe images. The image src can be a single image path String or a List of...
I only use the Flet SDK from the App Store to test my projects. And here are the challenges I'm facing: 1. **Local images are not displaying in the Flet...
Please add Flutter build web --wasm support to flet Very exciting changes to Flutter web. It supports compiling main.dart.js into wasm and the skia engine. The download size is dramatically...
**Description** High resolution videos play laggy on Android TV devices. This problem is related to `media_kit` and can be found here: https://github.com/media-kit/media-kit/issues/614. Possible solution: https://github.com/media-kit/media-kit/issues/614#issuecomment-2067968413. If this solution actually works...
**Description** I Try to Build APK file in WSL (Windows Subsystem Linux) Install Dependencies before build APK 1) sudo snap install flutter 2) sudo apt install android-sdk sdkmanager 3) sudo...
- New methods in some controls: `add()`, `remove()`, `insert()` - If `Control.auto_update=True`, then changing any property of the control should internally trigger `Control.update()` TBD: - [ ] Add `auto_update` prop...