Flet-relatert informasjon om overføring av Flet-kontroller til Flutter-utvidelseskomponenter og Python-kode. #6507
Qye-Leisure
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question about flet: I want to implement some high-performance components using Flutter. However, I'm curious that if I write a Flutter component that accepts parameters of widget type (for placing child widgets) and function type (to expose certain event callbacks), can its child widgets directly accept flet controls, and can its event callbacks also be passed to Python code? Just like the built-in controls in flet, which can use python code to execute event functions.
Beta Was this translation helpful? Give feedback.
All reactions