I'm looking to find a solution for scheduled local notifications on Android and iOS platforms. I implemented awesome_notifications only to get a bridging header error when trying to build for iOS (would have loved to get that error much earlier in the process). I'm not a big fan of pulling the code down to Xcode every time I need to build for release to adjust bridging header settings.
I can't find if flutter_local_notifications is a via solution for iOS scheduled notifications. I would like them to display in the foreground as well, but I'd need to modify the AppDelegate for that.
I'm wondering if the best solution is to using push notifications with a cloud function. Definitely not my favorite idea as it seems like a weird work around. Does anyone have some (recent) insight?