InesaFitsner 43f6cf42ba TextField: suffix_icon, prefix_icon and icon can be Control or str (#4173) 2 天之前
..
packages 43f6cf42ba TextField: suffix_icon, prefix_icon and icon can be Control or str (#4173) 2 天之前
.gitattributes 2db4cb9373 Python SDK added 2 年之前
.gitignore a6a95aa107 Replace Fletd server for desktop apps with a light-weight Python shim (#838) 1 年之前
.pre-commit-config.yaml 42e9e5d947 Fix FLET_VIEW_PATH ignored on linux (#2244) 10 月之前
README.md e87d5daf77 Add `flet-embed` package to run Python apps embedded into Flutter apps (#1457) 1 年之前
poetry.lock 6811d6f941 Flet new packages structure and `flet build` v2 (#4122) 1 周之前
pyproject.toml 6811d6f941 Flet new packages structure and `flet build` v2 (#4122) 1 周之前

README.md

Python SDK for Flet

Package relationships:

graph TD;
    flet-core-->flet-runtime;
    flet-core-->flet-pyodide;
    flet-runtime-->flet-embed;
    flet-runtime-->flet;