googlemaps/android-maps-compose

Add iOS target using Compose Multiplatform

开放

#312 创建于 2023年4月20日

 (64 条评论) (203 个反应) (1 位负责人)Kotlin (181 个派生)github user discovery
help wantedpriority: p3type: feature request

仓库指标

星标
 (1,309 个星标)
PR 合并指标
 (平均合并 8天 11小时) (30 天内合并 11 个 PR)

描述

Describe the solution you'd like Add platform-specific code for iOS, using JetBrains Compose Multiplatform.

JB Compose iOS support is now in Alpha compose-multiplatform/releases/tag/v1.4.0 and enables the use of UiKit views in Compose. Kotlin Multiplatform Mobile recently moved to Beta and cocoapods integration works: kotlinlang.org/docs/native-cocoapods.html

Since android-maps-compose library is a wrapper for an Android view, it may result easy to adapt the existing structure to wrap also iOS objective-c Maps sdk.

A quick implementation labeled as alpha could come handy for developers to start playing with it, while waiting JB Compose iOS support to exit Alpha state.

贡献者指南