Connect the device to your system and log it to see what it logs
flutter logs
In Android 13, which is API 33 and later, have you given permission separately in AndroidManifest.xml?
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>