refactor: migrate flet from v0.27.6 to v0.84.0

- Update deprecated APIs
- Adapt breaking changes in flet 0.80+
- Test UI components compatibility
This commit is contained in:
ihmily
2026-04-29 15:39:52 +08:00
parent 2653198c27
commit 4b86281615
62 changed files with 1138 additions and 1171 deletions

View File

@@ -44,3 +44,7 @@ jobs:
- name: Run ruff lint check
run: ruff check main.py app --config .ruff.toml
working-directory: .
- name: Run ruff format check
run: ruff format --check --diff main.py app --config .ruff.toml
working-directory: .