flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
% `python --version` ``` Python 3.13.0rc1 ``` This required updating versions of: * https://pypi.org/project/httptools * https://pypi.org/project/uvloop ## Description Fixes #(issue) ## Test Code ```python # Test code for the review...
## Description Fixes #4169 ## Test Code ```python import flet as ft print(ft.colors.BLACK) print(ft.colors.RED.with_opacity(0.5)) print(ft.colors.random()) print(ft.icons.WB_SUNNY) print(ft.icons.random()) # deprecated - use random() instead print(ft.icons.random_icon()) print(ft.colors.random_color()) # broken print(ft.colors.with_opacity(0.5, "blue")) ```...
## Description The FilePicker component exhibits strange behaviors when the webpage is refreshed. The internal "files" structure, which is responsible for managing previously selected files, becomes null during the component's...
### 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 # Current issue In the latest 0.24.1 version Flet...
### 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 Hi @FeodorFitsner, what do you think about allowing users...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug I'm trying to get scikit-learn to run but it causes...
% `ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py39` ``` Error: sdk/python/packages/flet-core/src/flet_core/page.py:926:11: F821 Undefined name `Future` ``` ```python from __future__ import annotations # Only needed for Python 3.8 which is now EOL. ````...
### 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 would like that in such elements as row,...
## Summary by Sourcery Enhance the WebView component with new event handling and method support, refactor platform detection logic, and update dependencies for improved platform-specific functionality. New Features: - Introduce...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug [03:23:09] `flutter` command is not available in PATH. Install Flutter...