Plugin used: awesome_notification
This is my code for creating the local notification. It is working fine up to android version 11, but after 12 version both the basic and schedule channel notification is not working.
Plugin used: awesome_notification
This is my code for creating the local notification. It is working fine up to android version 11, but after 12 version both the basic and schedule channel notification is not working.
i also had same issue, this happens because notification are not permitted by default , so show one dialog and route to enable setting page with following plugin https://pub.dev/packages/app_settings/example working for me