김노트
김노트
@mikhael28 Can you share PR link?
https://github.com/Lyokone/flutterlocation/pull/692 If this PR becomes Merge, i will add the isForeground option in enableBackgroundMode in the location package and change Background permission in Android to be selectively acceptable according to...
@Lyokone Please merge this PR....
it's may be CORS issue....
This issue does not occur only on Google Maps. It also occurs in [flutter_naver_map](https://github.com/note11g/flutter_naver_map) with GLSurfaceView + Hybrid Composition.
안녕하세요. 바빠서 간략히만 답변 남겨드리자면, for문을 사용하시면 성능 하락이 있습니다. addOverlayAll(Set overlays) 메서드를 대신해서 사용하세요. 자세한 내용은 문서와 API reference를 확인해보세요. 감사합니다.
두번째는 동일하게 존재합니다. 링크 남겨드리니 참고하세요. https://pub.dev/documentation/flutter_naver_map/latest/flutter_naver_map/NaverMapController/getContentBounds.html https://pub.dev/documentation/flutter_naver_map/latest/flutter_naver_map/NLatLngBounds/containsPoint.html
안녕하세요, ``` compileSdk 34 minSdkVersion 23 ``` 으로 잘 동작하시는지 확인 부탁드리겠습니다.
안녕하세요. 먼저, 이슈를 제보해주셔서 감사드립니다. 해당 오류는 올바르지 않은 에셋 경로를 넣었을 때 발생하는 것으로 추정됩니다. assertion(debug error)으로 변경해야하지만 미처 변경하지 못하여 해당 충돌이 일어나고 있다고 보여집니다. 에셋 경로를 pubspec.yaml에...
올바른 에셋 경로를 넣었을 때 해당 오류가 발생하지 않는다면, 이슈를 닫아주시기 바라겠습니다. 감사합니다.