in the terminal window, you need to run “$ flutter clean” in the project root, and “$ flutter pub upgrade”, and possibly delete the Pods/ folder and get everything reset from scratch . Also might need to use “file/invalidate cache” (in android studio).
Read moreHow do I downgrade my dart version?
Inorder for a proper downgrade to any version.
Read moreHow to give permission in Flutter?
Here is the list of all permissions.
Read moreHow do I allow permission to be denied?
Change app permissions
Read moreHow to handle location permission in Flutter?
This plugin for Flutter handles getting a location on Android and iOS.
Read moreHow do I fix zsh permission denied on Mac?
To resolve the Zsh Permission Denied error on your Mac, you have to check your file’s permissions first . It is possible that your current user account has insufficient permissions to access the file. If that doesn’t work, change the ownership of the directory. You can do this using the chown command.
Read more