I got same exception in 2024. I have named everything properly, but still had this error. The problem was that new version of android build system shrinks unused resources.
As per flutter_local_notifications, Android Setup -> Release build configuration to fix this you should do following:
NOTE: this guideline might be outdated by the time you're reading this. Prefer to official flutter_local_notifications guidelines instead.