Plugin project :location_web not found. Please update settings.gradle. How do I fix this?
问题 I was using the google maps api and location pub,dev package in my android flutter app, and tried to bring up an image using the url from the api. This was the url with some code: class LocationHelper{ static String mapviewpointer({double latitude, double longitude}){ return "https://maps.googleapis.com/maps/api/staticmap?center=$latitude,$longitude&zoom=13&size=600x300&maptype=roadmap&markers=color:pink%7Clabel:C%7C$latitude,$longitude&key=$GOOGLE_API_KEY"; } } it threw the following error