flutter_naver_map 1.1.2
flutter_naver_map: ^1.1.2 copied to clipboard
Naver Map plugin for Flutter, which provides map service of Korea.
1.1.2 #
1.1.1 #
Improve #
- [All Platform] Improve: NOverlayImage.fromWidget delete Image Widget support with assertion.
- [Example] Improve: All Examples Improve
Fix #
- [All Platform] Fix: InfoWindow.onMarker not attached successfully (issue: #154, PR: #156)
- [Android] Fix: black screen caused by flutter 3.16.0~ & android 6.0
9.0 (SDK 2328) (issue: #135, PR: #153) - [Android] Fix: MapWidget ignore navigator stack issue android 6.0
13.0 (SDK 2333) (issue: #56, Temp Fix PR: #151)
1.1.0+1 #
- Update Readme & Apply Dart formatting
1.1.0 #
Improve #
- [All Platform] Add method
controller.forceRefresh& Update Naver Map SDK version to 3.17.0 (issue: #116, PR: #139) - [All Platform] Add
controller.getMeterPerDpAtLatitude, deprecated parametercontroller.getMeterPerDp.latitude,controller.getMeterPerDp.zoom(issue: #85, PR: #129, #125)
Breaking Change #
- [Android] Change support minimum SDK Version to 6.0 (SDK 23)
Fix #
- [Android] Fix Temporary black screen caused by flutter 3.16.0 & android 6.0
9.0 (SDK 2328) (issue: #135, Temp Fix PR: #148) - [All Platform] Fix
NOverlay.onTapListeneris called even when it's not registered byNOverlay.setOnTapListener(issue: #96, PR: #147) - [All Platform] Fix
NAddableOverlaycannot be used concurrently on multiple map widgets (issue: #128, PR: #146) - [All Platform] Fix
NAddableOverlaycontinues to reference theOverlayControllerof the map even after being removed (issue: #127, PR: #146) - [All Platform] Fix common overlay options were not applied before overlay was added to the map (issue: #115, PR: #144)
- [All Platform] Fix
NLocationOverlay.setSubIcon(null)Cause NPE (issue: #142, PR: #143) - [iOS] Fix NOverlayImage Size issue. (issue: #91, #130, PR: #138, #126)
- [iOS] Fix the Camera Bearing issue. (issue: #101, PR: #110)
1.0.0 #
- stable release
1.0.0-dev.6 #
- fix bugs (#45, Unreported bug)
1.0.0-dev.5 #
- changed spec (
NOverlay,NLocationOverlay,NaverMapController.pickAll, ...etc)
1.0.0-dev.3 #
- change using flutter's default type
- delete
NaverMapController.isDestroyed - delete
NaverMapViewOptions.useGLSurfaceView - fix readme
1.0.0-dev.2 #
- support play-services-location 21.0.1
1.0.0-dev.1 #
- Initial dev preview release