flet icon indicating copy to clipboard operation
flet copied to clipboard

feature: document for event mechanism for customer service/control development

Open SamYuan1990 opened this issue 2 months ago • 2 comments

Duplicate Check

  • [x] I have searched the opened issues and there are no duplicates

Describe the requested feature

We need an example for developer to design their own customer event. The event trigger by dart code and catched by flet python code. Specific in customer service/control development.

Suggest a solution

A document or example code, better for people feed to prompt as example.

Screenshots

No response

Additional details

No response

SamYuan1990 avatar Oct 15 '25 02:10 SamYuan1990

You mean this: https://docs.flet.dev/extend/user-extensions/ ?

FeodorFitsner avatar Oct 15 '25 16:10 FeodorFitsner

You mean this: https://docs.flet.dev/extend/user-extensions/ ?

yes, https://docs.flet.dev/extend/user-extensions/#events not only click, but looking for on_event as general case. For example, I am doing a ASR extension, so... the event maybe on_vad or on_ASR.

SamYuan1990 avatar Oct 16 '25 01:10 SamYuan1990