after updating the manifest as explained I get this error when I click the button -
copy from the manifest:
<permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
this is the error I get:
E/flutter (10219): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: No location permissions are defined in the manifest. Make sure at least ACCESS_FINE_LOCATION or ACCESS_COARSE_LOCATION are defined in the manifest.
I tried to copy the git project to a new project but I get the same error
can you help me ?
after updating the manifest as explained I get this error when I click the button -
copy from the manifest:
this is the error I get:
E/flutter (10219): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: No location permissions are defined in the manifest. Make sure at least ACCESS_FINE_LOCATION or ACCESS_COARSE_LOCATION are defined in the manifest.
I tried to copy the git project to a new project but I get the same error
can you help me ?