note11g / flutter_naver_map

Naver Mobile Dynamic Map SDK for Flutter (unofficial)
BSD 3-Clause "New" or "Revised" License
143 stars 69 forks source link

marker 정보창 표시 불가 오류 #154

Closed oxyhydro26 closed 10 months ago

oxyhydro26 commented 11 months ago
          onMapTapped: (NPoint point, NLatLng latLng) async {
            print(point);
            print(latLng);

            final NMarker marker1 = NMarker(
                id: '1',
                position: latLng
                );

            await _mapController.addOverlay(marker1);

            final NInfoWindow infoWindow = NInfoWindow.onMarker(id: '1', text: 'fff');

            await marker1.openInfoWindow(infoWindow);
          },

이때 [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(error, lateinit property commonProperties has not been initialized, null, kotlin.UninitializedPropertyAccessException: lateinit property commonProperties has not been initialized 오류 발생.

flutter 3.16.~ 가 문제일까요

oxyhydro26 commented 11 months ago

icon 유무와 상관없는 오류

note11g commented 10 months ago

안녕하세요. 이슈 제보에 감사드립니다. 해당 이슈는 빠르게 조치하였으며, 1.1.1버전에서 곧 제공될 예정입니다. 감사합니다. 좋은 밤 되세요:)

oxyhydro26 commented 10 months ago

휴일에도 수고하십니다. 다른 이슈들 있으면 또 제보드리겠습니다.

2024년 1월 6일 (토) 오후 10:23, 김노트 @.***>님이 작성:

안녕하세요. 이슈 제보에 감사드립니다. 해당 이슈는 빠르게 조치하여, 1.1.1버전에서 곧 제공될 예정입니다. 감사합니다. 좋은 밤 되세요:)

— Reply to this email directly, view it on GitHub https://github.com/note11g/flutter_naver_map/issues/154#issuecomment-1879686145, or unsubscribe https://github.com/notifications/unsubscribe-auth/BEV6XK25PZJKLYOMTMM4R4LYNFF3XAVCNFSM6AAAAABBOUNKAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZZGY4DMMJUGU . You are receiving this because you modified the open/close state.Message ID: @.***>