How to run [flet run] compiling 3rd party packages during development? #4611
Unanswered
betopolione
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.
-
Question
Hello Folks!
I followed this guide
https://flet.dev/docs/extend/integrating-existing-flutter-packages
And I was able to integrate flutter package into my flet project.
However I had to execute
flet build web
in order to see the flutter package (flutter_spinkit
) working the the project.But, during the development time we use
flet run -w
, and in this case, it always shows me the red rectangle (Unknown control: spinkit).I thought the spinkit would be visible when running
flet run -w
given that I ran theflet build web
command before.Please, let me know if I am doing something wrong.
Thank you all in advance.
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions