enter image description hereI have a problem with Flutter using Environment (VScode) related to the AndroidManifest.xml file, as shown in the picture. I have tried various solutions to resolve the issue, but none of them have been successful. I hope you assist me in resolving this problem.
2
Answers
You have to add receiver tag between application tag. Refer this image –
You have added the receiver tag outside the whole tag may be that’s why you got that error.
Refer this link for more – AndroidManifest_set_up
I performed an update, and the error has been resolved.
(flutter_local_notifications: ^6.0.0 to flutter_local_notifications: ^17.0.0)