Replies: 2 comments 2 replies
-
Yes, the result built with |
Beta Was this translation helpful? Give feedback.
-
Can you make this process more simpler of creating custom flutter control or use existing packages I am trying to make it from last 3 months but again fail and again fail by error unknown control |
Beta Was this translation helpful? Give feedback.
-
For v0.25.2
Creating custom Flutter component according to this docs: https://flet.dev/docs/extend/integrating-existing-flutter-packages/
is not working. After successful build (
flet build web
) I've got build/web directory that I set inFLET_WEB_PATH
env. Next I try to run my app withuvicorn
like that:but it is not working: nothing is displayed on canvas and there is no error regarding unknown control. Without exporting FLET_WEB_PATH before that such text is visible.
Also it looks like what is served in build/web directory is a standalone version where python code is interpreted by pyodide and I would like to have client server version.
Beta Was this translation helpful? Give feedback.
All reactions