Dmitriy

Results 25 comments of Dmitriy

I'll try it soon and let you know the result

It turned out that the problem was in the library safe_device: ^1.1.4 If you remove the safe_device: ^1.1.4 library, then everything works fine. These libraries work well! geolocator: ^9.0.2 background_locator_2:...

I am running on an android device. I ran your commands in terminal, nothing helped.

> try to put your userLocation Marker inside SizedBox and give them small size That didn't help, and the error remained

> small question is the icon marker shown ok for you the only issue is userLocation icon ? Yes I tried rewriting the code this way and it helped, the...

> you need to show us more of your code where you're using addMarker? and the issue of userLocation we will solved also ``` final MarkerIcon icon = MarkerIcon( iconWidget:...

Unfortunately I can't do that right now, no access to IOS, and won't be for a long time(

> you need to ask for WRITE_EXTERNAL_STORAGE permission It did not help I am use ``` compileSdkVersion = 34 targetSdkVersion = 34 ``` even if I add these lines to...

I don't need permission because I'm saving the file to my phone's internal memory NOT ExternalStorage