Skip to content

Releases: note11g/flutter_naver_map

Release v1.4.1+1

30 Jul 10:04

Choose a tag to compare

📝 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

30 Jul 09:56

Choose a tag to compare

📝 PR Description

📋 Changelog

Fix

  • [iOS] Fix NSRangeException when 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

15 Jul 12:40

Choose a tag to compare

📝 PR Description

📋 Changelog

Breaking Change

  • [All Platform, Not Working Impact] Migrated built-in location tracking to be widget-based. (PR #322)
    • The locationButtonEnable option in NaverMapViewOptions has been removed and replaced with the NMyLocationButtonWidget.
    • Location tracking APIs are now provided through the NMyLocationTracker.
    • NaverMapController.setLocationTrackingMode(NLocationTrackingMode)'s return type change from Future<void> to void
    • Future<NLocationTrackingMode> NaverMapController.getLocationTrackingMode() api exposing change to NLocationTrackingMode NaverMapController.locationTrackingMode getter
    • change color.alpha on NLocationOverlay.defaultCircleColor 24% to 8%
  • [All Platform, Not Working Impact] Migrated ScaleBar to be a widget. (Fix #297, PR #319)
    • The scaleBarEnable option in NaverMapViewOptions has been removed and replaced with the NMapScaleBarWidget.
  • [All Platform] The showControls argument in NaverMapController.takeSnapshot has 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, setSubIconAlpha on NLocationOverlay
  • [All Platform] Added a new built-in location tracking API, NDefaultMyLocationTracker.
    • This provides the NMyLocationTracker interface, allowing users to implement custom location tracking logic.
  • [All Platform] Added NaverMap.onMapLoaded and NaverMap.onMapLongTapped callbacks. (PR #315)
  • [All Platform] Added NPolygonOverlay.outlinePattern feature 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.fromWidget to automatically detect the widget's size with null value. (Resolve #304)
  • [All Platform] Improved NLocationTrackingMode.noFollow to track the current location's bearing. (PR #323)

Fix

  • [All Platform] NaverMapViewOptions.extend was not applied to the map dynamically.
  • [All Platform] Fix NLocale.countryCode support is missing (Fix #325, PR #328)
  • [iOS] Fixed an issue where contentsPadding was 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 LateInitializationError that occurred when NChannelWrapper was 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

Release v1.4.0-dev.5

14 Jul 16:36

Choose a tag to compare

Release v1.4.0-dev.5 Pre-release
Pre-release

📝 PR Description

re-release of #334

📋 Changelog

Fix

  • [All Platform] Fix displayed unmatched package version
  • [Chore] Fix not displayed Readme images

📦 Installation

Add this to your pubspec.yaml:

dependencies:
  flutter_naver_map: ^1.4.0-dev.5

🔗 Links


This release was automatically created from PR #336