You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using this plugin to show the videos in our app which are fed from our server. When providing the exact duration, we have observed that the video is being ended sooner, that is, it is not playing till the last second.
Hi, thank you for your plugin.
We are using this plugin to show the videos in our app which are fed from our server. When providing the exact duration, we have observed that the video is being ended sooner, that is, it is not playing till the last second.
Code snippet we are using:
StoryItem.pageVideo( 'link-to-the-video', duration:const Duration(seconds: 6), controller: _storyController, ),
The text was updated successfully, but these errors were encountered: