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, ),
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, ),