flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
windows 10 ft.DataCell(ft.Text(x['Item'],width=170)), If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the requested feature Downloading Python distributive from https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz takes the most time...
`flet run` CLI commands have a lot of options right now, especially `flet build`. New controls/packages require even more settings, options, variables, etc. We are going to use [`pyproject.toml`](https://packaging.python.org/en/latest/specifications/pyproject-toml/) with...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the requested feature I hope to be able to compress the size...
**Please Describe The Problem To Be Solved** Right now, it is only possible to set the icon of the application (if its not web) during the building process. I feel...
There is a blocking bug with the mobile version if you add the port to flet app in the web and desktop version it works but in the mobile version...
Closes #1281 ## Test Code ```python import flet as ft def main(page: ft.Page): page.window_always_on_top = True page.theme_mode = ft.ThemeMode.LIGHT page.horizontal_alignment = ft.CrossAxisAlignment.CENTER page.add( cam := ft.Camera( width=350, height=350, resolution_preset=ft.ResolutionPreset.MAX, error_content=ft.ProgressRing(),...
### 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 import the svg, parts of loads but "" doesnt...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the requested feature Please implement the ability to access the device's native...
Closes #286 ## Test Code: ```py import flet as ft import flet.ads as ads def main(page: ft.Page): page.overlay.append( iad := ads.InterstitialAd( unit_id="ca-app-pub-3940256099942544/1033173712", on_load=lambda e: print("InterstitialAd loaded"), on_error=lambda e: print("InterstitialAd error",...