Local Notification for iOS and Android

I am looking to generate “local notifications” for iOS and Android through my travel application.

2 days before leaving, send a notification, 2 days after the trip, another notification. I looked at the Flutter Local Notifications pubspec, but I can't seem to use it. By taking examples from the Internet, I can make direct notifications but impossible scheduled notifications.

I followed the tutorial https://www.youtube.com/watch?v=yaEzAwucu-w&ab_channel=FlutterFlowVIP

but it seems deprecated with flutter_local_notifications: ^16.3.3 and doesn't handle notifications on iOS.

Help would be welcome.

10 replies