Home > Software engineering >  Screen sharing or Casting on TV
Screen sharing or Casting on TV

Time:10-21

I am having an app with TV streams, and I wanted to add a functionality of screen cast sharing, I had a look into this Google SDK casting, but It didnt show what I expected : enter image description here

CodePudding user response:

Have you tried the flutter_video_cast package from pub.dev?

  • Related