skip to Main Content

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


  1. You have to add receiver tag between application tag. Refer this image – flutter_local_notification_manifestfile_setup

    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

    Login or Signup to reply.
  2. I performed an update, and the error has been resolved.

    (flutter_local_notifications: ^6.0.0 to flutter_local_notifications: ^17.0.0)

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search