Implementing Reminders on Flutter.

457 views
Skip to first unread message

Adarsh Balachandran

unread,
Jun 10, 2020, 10:39:18 AM6/10/20
to Flutter Development (flutter-dev)
I'm trying to create a flutter application that is used to create reminders. It currently uses the SQLite database to store the reminder data. The reminders are getting saved to the database and I can retrieve the reminders from the database, but I don't know how to implement the remainder part. The app has to show notifications on a specific time and date the user has set. I tried searching for background services in flutter and found the alarm manager plugin. The question is can I do this operation using that plugin? And How can I achieve this?
If anyone has developed these types of reminder apps that run on the background and display notifications, please share those. Or someone can help me by explaining how to do this. Any small help appreciated.
Thank you.

Souvik Dutta

unread,
Jun 10, 2020, 12:03:05 PM6/10/20
to Adarsh Balachandran, Flutter Development (flutter-dev)
I don't think the plugin you mentioned will help in showing notifications. Rather I would using this plugin. 
https://pub.dev/packages/flutter_local_notifications
Souvik flutter dev

--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/1b89041d-dd6b-46dd-b38f-7000a4c07625o%40googlegroups.com.

Adarsh Balachandran

unread,
Jun 10, 2020, 2:13:01 PM6/10/20
to Flutter Development (flutter-dev)
Displaying notification is not the issue. Implementing a reminder is. I need to check if a reminder is there for a specific time and then accordingly display the notification.


On Wednesday, June 10, 2020 at 9:33:05 PM UTC+5:30, Souvik Dutta wrote:
I don't think the plugin you mentioned will help in showing notifications. Rather I would using this plugin. 
https://pub.dev/packages/flutter_local_notifications
Souvik flutter dev

On Wed, Jun 10, 2020, 8:09 PM Adarsh Balachandran <adars...@gmail.com> wrote:
I'm trying to create a flutter application that is used to create reminders. It currently uses the SQLite database to store the reminder data. The reminders are getting saved to the database and I can retrieve the reminders from the database, but I don't know how to implement the remainder part. The app has to show notifications on a specific time and date the user has set. I tried searching for background services in flutter and found the alarm manager plugin. The question is can I do this operation using that plugin? And How can I achieve this?
If anyone has developed these types of reminder apps that run on the background and display notifications, please share those. Or someone can help me by explaining how to do this. Any small help appreciated.
Thank you.

--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages