How to create community service with flet v0.7? #5646
Closed
SamYuan1990
started this conversation in
General
Replies: 1 comment
-
|
I see, it needs a build before for flutter packages. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi here, I am try to build my own flet extension as server at github repo:
https://github.com/SamYuan1990/flet_sherpa_onnx
For my self study on code, a flet extension needs:
But I got issue when test it, my test app may blank at the 1st and appears at second.
From Debug log, I can see it did_mount and mount to service reg.
Even if the test app is not broken, I tried to test with function invoke, but with a timeout at python side as result.
I make the python class extend from ft.Service as
and my dart as
with
and impl
Beta Was this translation helpful? Give feedback.
All reactions