flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
Hello I was using flet 0.20 with python3.12.0 until yesterday and it worked very well. I updated let to version 0.22.0 and now when I launch my application I get...
- [x] Regression in `LineChartData` colors caused by #2882
**Description** I'm experiencing an issue with the rendering of line chart colors in Flet version 0.22.0. The issue does not occur in the previous version 0.21.2. Steps to Reproduce: 1....
- [ ] Handling different States
**Description** Issue does not occur in python code state, but occurs after windows build **Code example to reproduce the issue:** ```python import flet as ft import win32com.client info_dict = {}...
**Please Describe The Problem To Be Solved** flet no a system tray icon component **(Optional): Suggest A Solution** (Replace This Text: A concise description of your preferred solution. Things to...
This is the project address:https://github.com/Bronya0/Kafka-King When I pin it to the taskbar, subsequent clicks will only pop up a blank window with the window name: flet.exe My guess is that...
Displaying Snackbar to display current playing song while using audio package disables all audio event handlers. I have tried putting snackbar different places to avoid this behavior, including on_loaded, on_position,...
**I'm making a web app with the ability to upload data. There was a problem using the get_upload_url method. When running from source code everything works correctly. But after building...
**Description** For the past week I was trying to figure out why my Banners and SnackBars weren't working. It turns out that on my setup (Mac OS Sonoma), adding ```page.adaptive=True```...