I want to implement dynamic watermarking feature in my flutter app to show "logged-in user id" as watermark-text over the video player which should change it's position while the video is playing.
I'm thinking of using flutter's overlay_container somehow to do this. but I'm still unsure.
How can I implement such feature? is there any better approach or flutter widget that might help me in this case.
Thank you.