Skip to content

v0.1.6

Latest

Choose a tag to compare

@oktl oktl released this 17 Mar 20:11
· 4 commits to main since this release

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 all async on_click/on_keyboard_event handlers
  • Migrate page.overlay.append/remove to page.show_dialog()/page.pop_dialog()
  • Migrate dialog.open = True/False to show_dialog/pop_dialog`
  • Fix async on_tap_link handler in help dialog to sync wrapper
  • Update test mocks and assertions for new API