flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
**Description** I am encountering an issue when trying to implement the code documented in the Flet.dev documentation regarding controlling window visibility (referencing the section at ). Specifically, I'm experimenting with...
**Please Describe The Problem To Be Solved** Flutter has an AutoComplete feature, https://api.flutter.dev/flutter/material/Autocomplete-class.html Please add support for it.
When I built my project for the first time, I forgot to include a requirements.txt in the root of my project and thus failed to have supabase included in my...
**Set the dropdown to be disabled, but the color is normal** **Code example to reproduce the issue:** ```python import flet as ft def main(page: ft.Page): drop = ft.Dropdown( label="disabled but...
VERBOSE: Obtaining dependency information for python-dotenv>=0.13 from https://files.pythonhosted.org/packages/6a/3e/b68c118422ec867fa7ab88444e1274aa40681c606d59ac27de5a5588f082/python_dotenv-1.0.1-py3-none-any.whl.metadata VERBOSE: Using cached python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) VERBOSE: Collecting watchfiles>=0.13 (from uvicorn[standard]=0->flet==0.21.2) VERBOSE: Using cached watchfiles-0.21.0.tar.gz (37 kB) VERBOSE: Installing build dependencies: started...
**Description** Using the command `flet build windows` fails and returns this "error": ``` PS E:\projects\slidesgrabber> flet build windows Creating Flutter bootstrap project...OK Customizing app icons and splash images...OK Generating app...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug With the update from Flet 0.22.1 to 0.23.X the SearchBar...
### 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 building an Android app, the `product` parameter defines both...
### Discussed in https://github.com/flet-dev/flet/discussions/3454 Originally posted by **celsoabreu** June 12, 2024 Hello, I'm new to this amazing framework. And I'm thankful to be part of this family. Now, I see...
Fixes #3532 ## Summary by Sourcery This pull request addresses parsing issues in multiple event classes by using the `get` method for dictionary access to handle missing keys. Additionally, it...