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
The text was updated successfully, but these errors were encountered:
hwasiq15
changed the title
How to Progress bar duration according to my mp4 video. I am getting video from JSON API response.
How to set Progress bar duration according to my mp4 video. I am getting video from JSON API response.
Sep 28, 2021
hwasiq15
changed the title
How to set Progress bar duration according to my mp4 video. I am getting video from JSON API response.
How to set Progress bar duration according to my mp4 video duration. I am getting video from JSON API response.
Sep 28, 2021
List storyItems = [
StoryItem.pageVideo(
item['video'],
controller: StoryController(),
)
];
return Material(
child: StoryView(
storyItems: storyItems,
onComplete: () {
Navigator.pop(context);
},
onVerticalSwipeComplete: (direction) {
if (direction == Direction.down) {
Navigator.pop(context);
}
},
controller: StoryController(),
),
);
The text was updated successfully, but these errors were encountered: