Skip to content

Instantly share code, notes, and snippets.

@dylanirlbeck
Created May 24, 2020 02:43
Show Gist options
  • Save dylanirlbeck/453d7db371b52b6d4cb33af19f9bae58 to your computer and use it in GitHub Desktop.
Save dylanirlbeck/453d7db371b52b6d4cb33af19f9bae58 to your computer and use it in GitHub Desktop.
Force FlutterLocalNotifications every minute
await flutterLocalNotificationsPlugin.periodicallyShow(
0,
'My App',
'Your daily message has arrived!',
RepeatInterval.EveryMinute,
platformChannelSpecifics,
payload: 'Default_Sound',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment