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

[iOS, Bug] `NaverMapViewOptions.buildingHeight` cause Crash #158

Closed note11g closed 10 months ago

note11g commented 10 months ago

Summary

NaverMapViewOptions.buildingHeight cause Crash.

Reason

NSNumber(Double) can't cast to Float. using instead of Float(NSNumber) constructor.

https://docs.flutter.dev/platform-integration/platform-channels?tab=type-mappings-swift-tab#codec