Here’s what I’ve already done:
I’m using FlutterFlow’s native VideoPlayer
widget (not WebView or custom code)
The VideoPlayer
is placed directly on the same page, inside a Stack
I’ve assigned it a unique Widget Name (e.g., videoplayer1
)
The AudioPlayer
is also not showing up in actions
I’m trying to pause/play both video and audio using a tap action on a surrounding Container
, — no video control actions at all
I’ve tried rebuilding the layout and even testing it on a new page, but the Pause Video
and Play Video
actions still don’t show up in the action list.
Has anyone run into this? Is there a current bug, or am I missing something specific?