0.1.6] - 2026-03-17
Fix
Flet 0.80+ API violations: async handlers and dialog/snackbar management
Replace pre-0.80 patterns with correct Flet 0.81 APIs:
- Add sync click wrappers using
page.run_task()for allasync on_click/on_keyboard_eventhandlers - Migrate
page.overlay.append/removetopage.show_dialog()/page.pop_dialog() - Migrate
dialog.open = True/Falseto show_dialog/pop_dialog` - Fix async
on_tap_linkhandler in help dialog to sync wrapper - Update test mocks and assertions for new API