flet-dev / examples

Flet sample applications
MIT License
458 stars 189 forks source link

pubsub #23

Closed orcim-wind closed 2 years ago

orcim-wind commented 2 years ago

HI, I try the example pubsub after update Flet and dont' work

FeodorFitsner commented 2 years ago

Could you drop a link to the example please?

orcim-wind commented 2 years ago

https://github.com/flet-dev/flet/blob/main/sdk/python/flet/pubsub.py

FeodorFitsner commented 2 years ago

I mean could you share the app using pubsub that doesn't work?

orcim-wind commented 2 years ago

I used the script above in two terminal under linux and i have not seen any message to get to each other. Ps. I cloned the last Flet, Example repositories

FeodorFitsner commented 2 years ago

https://github.com/flet-dev/flet/blob/main/sdk/python/flet/pubsub.py is not a ready-to-run program - it's an internal part of Flet package. Could you share your program using PubSub functionality?

orcim-wind commented 2 years ago

I have no program to share. I just wanted to try the functionality.

FeodorFitsner commented 2 years ago

Then use an example from this article: https://flet.dev/docs/guides/python/pub-sub

orcim-wind commented 2 years ago

I have the same result. i have not seen any message to get to each other