--
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.
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_notificationsSouvik 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.