You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor Flet Python declarative API and improve observables
Refactors the Flet Python declarative API to use new hooks and component patterns, replacing StateView with use_state and @ft.component, and updates all examples accordingly. Introduces a new unwrap_component utility, improves Observable and observable collection handling, and adds new public API exports (on_mounted, on_unmounted, on_updated, unwrap_component). Refactors context and session management, updates event and control handling, and fixes various docstrings and type annotations. Removes deprecated code, cleans up hooks, and adds new routing and progress bar examples.
0 commit comments