Releases: note11g/flutter_naver_map
Releases · note11g/flutter_naver_map
Release v1.4.1+1
📝 PR Description
📋 Changelog
No changelog entry found for version 1.4.1+1
📦 Installation
Add this to your pubspec.yaml:
dependencies:
flutter_naver_map: ^1.4.1+1🔗 Links
This release was automatically created from PR #345
Release v1.4.1
📝 PR Description
📋 Changelog
Fix
- [iOS] Fix
NSRangeExceptionwhen logo is not removed on iOS (Fix #341) - [Android] Fix access at uninitialized variable NaverMapView.naverMapControlSender (Fix #340)
- [All Platform] Fix crash when user tapped symbol and using customStyle at the same time (Fix #339)
- [iOS, XCode Build] Fix Swift Version support issue under 6.1 (PR #338)
Update
- [All Platform] Update Naver Map SDK to 3.22.1
📦 Installation
Add this to your pubspec.yaml:
dependencies:
flutter_naver_map: ^1.4.1🔗 Links
This release was automatically created from PR #344
Release v1.4.0
📝 PR Description
📋 Changelog
Breaking Change
- [All Platform, Not Working Impact] Migrated built-in location tracking to be widget-based. (PR #322)
- The
locationButtonEnableoption inNaverMapViewOptionshas been removed and replaced with theNMyLocationButtonWidget. - Location tracking APIs are now provided through the
NMyLocationTracker. - NaverMapController.setLocationTrackingMode(NLocationTrackingMode)'s return type change from
Future<void>tovoid Future<NLocationTrackingMode> NaverMapController.getLocationTrackingMode()api exposing change toNLocationTrackingMode NaverMapController.locationTrackingModegetter- change
color.alphaonNLocationOverlay.defaultCircleColor24% to 8%
- The
- [All Platform, Not Working Impact] Migrated ScaleBar to be a widget. (Fix #297, PR #319)
- The
scaleBarEnableoption inNaverMapViewOptionshas been removed and replaced with theNMapScaleBarWidget.
- The
- [All Platform] The
showControlsargument inNaverMapController.takeSnapshothas been removed as it is no longer supported by the native SDK since version 1.4.0.
Add (New Features)
- [All Platform] Support custom style with
NaverMapViewOptions.customStyle(PR #308) - [All Platform] add new api
iconAlpha,subIconAlpha,setIconAlpha,setSubIconAlphaonNLocationOverlay - [All Platform] Added a new built-in location tracking API,
NDefaultMyLocationTracker.- This provides the
NMyLocationTrackerinterface, allowing users to implement custom location tracking logic.
- This provides the
- [All Platform] Added
NaverMap.onMapLoadedandNaverMap.onMapLongTappedcallbacks. (PR #315) - [All Platform] Added
NPolygonOverlay.outlinePatternfeature from Naver Map SDK 3.21.0. (PR #317) - [iOS] Added support for Swift Package Manager (SPM). (Resolve #281, PR #320)
Update
- [All Platform] Update Naver Map SDK to 3.22.0 (PR #329)
- [All Platform] Improved
NOverlayImage.fromWidgetto automatically detect the widget's size withnullvalue. (Resolve #304) - [All Platform] Improved
NLocationTrackingMode.noFollowto track the current location's bearing. (PR #323)
Fix
- [All Platform]
NaverMapViewOptions.extendwas not applied to the map dynamically. - [All Platform] Fix NLocale.countryCode support is missing (Fix #325, PR #328)
- [iOS] Fixed an issue where
contentsPaddingwas not applied to the scale bar. (Fix #297, PR #319) - [iOS] Updated the InfoWindow UI to match the Android version. (Fix #229)
- [All Platform] Fixed a
LateInitializationErrorthat occurred whenNChannelWrapperwas disposed before initialization. (Fix #312) - [Dev] fix melos detect flutter_naver_map as a mono-repo package (Resolve #310)
📦 Installation
Add this to your pubspec.yaml:
dependencies:
flutter_naver_map: ^1.4.0🔗 Links
This release was automatically created from PR #337