Flet 0.85.0: Declarative apps grow up — Router, dialogs, and more
· 8 min read
Flet 0.85.0 brings first-class declarative navigation and dialog management, richer media controls, and a long list of bug fixes.
Highlights in this release:
- Declarative
ft.Routerfor@ft.componentapps — nested routes, layouts with outlets, dynamic segments, data loaders, andmanage_views=Truefor native view-stack navigation. - New
ft.use_dialog()hook — dialogs are now reactive state in declarative apps, not imperativepage.show_dialog()calls. flet-video: configurable controls,Video.take_screenshot(), andon_position_change/on_duration_changeevents.AudioRecorderPCM16 streaming viaon_streamchunks and direct upload throughAudioRecorderUploadSettings.- Tons of bug fixes — charts, web assets, packaging, mobile orientation, and more.