hwasiq15

Results 2 issues of hwasiq15

I want to run the next user story after completing the first user story or even on the right tap like Facebook & WhatsApp.

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);...