Hi Flutter community,
I'm working on implementing a feature that allows users to schedule daily notifications at a specified time. Additionally, I need the notifications to support deep linking so that they can bring up specific pages within the app.
I've come across a few options and would appreciate any recommendations or insights on which method works best with Flutter Flow:
flutter_local_notifications
awesome_notifications
Does anyone have experience with these options? Which one would you recommend for seamless integration with Flutter Flow? Are there any additional features that you found particularly useful and think I should consider implementing?
Thanks in advance for your help!