Has anyone tried implementing Vimeo on Flutter Web? I have tried multiple packages but I couldn't find any solid packages/solutions for web implementation. There are couple of Iframe implementations available, the best out there is "vimeo_video_player", works great for IOS/Android, however, I am unable to play the videos on fullscreen as the fullscreen button is missing. Below is the iframe code.
<iframe id="player" src="?&pip=1&autoplay=1&byline=0&controls=1&title=0&loop=0&dnt=0" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="autoplay; fullscreen">
</iframe>