hwasiq15

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

### What happened? I have set up the OneSignal dashboard and configured Firebase, but the app neither receives push notifications nor prompts for notification permission. I’ve double-checked the setup, but...