You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
since no help came from here, I had to find the answer my self.
you have to ask permission from within the page:
LocationPermission permission;
permission = await Geolocator.requestPermission();
since no help came from here, I had to find the answer my self. you have to ask permission from within the page: LocationPermission permission; permission = await Geolocator.requestPermission();
where should we paste this code of lines please help
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 ?
The text was updated successfully, but these errors were encountered: