Flutter Geolocator fails to get approximate location
I have the following problem: I have a flutter application which uses Geolocator to determine users location. The application works perfectly well with Precise location, but when choosing Approximate location it causes an error: “java.lang.SecurityException: Neither user 10166 nor current process has android.permission.ACCESS_FINE_LOCATION.” then the app closes by itself.