the repository containes the code to show local notification in the flutter app
need todo some changes in AppDelegate.swift
file located in ios/Runner/AppDelegate.swift
please check the file here.
you might see some difference between this code and code showed in the video , cause some issue have been fixed.
- now we using named routes for navigation
- now the app can open another page with the payload on click on notification from the terminated state.
- Simple Notification
- Periodic Notification
- Scheduling Notification
- Cancel specific channel notification
- Cancel all notification at once