Need help for first time building extension, but always "unknow control" [HELP] #5363
Unanswered
hieubnt235
asked this question in
Q&A
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.
Uh oh!
There was an error while loading. Please reload this page.
-
HELP !!!
Hi,
I fllow this and this to make a hello world extension. My repo here.
Open new uv project, install with
uv add git+https://github.com/hieubnt235/flet-spinkit.git
Add simple python script:
and it always show, no matter running in web or linux, using uvicorn or AppView.WEB_BROWSER.

Note that if i build package with
flet build web -vv
and runpython -m http.server /build/web
. Everything works. But i want to make it as the regular python package, install with uv and use with my project, just like flet-video, flet-audio,...Thank you.
Beta Was this translation helpful? Give feedback.
All reactions