-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
https://www.algolia.com/doc/guides/building-search-ui/getting-started/how-to/flutter/android/
This flutter codelab only target Android, but it seems that all dependencies are based on kotlin multiplatform. Is it possible to use same idea to support flutter iOS app with this kotlin library?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Activity
aallam commentedon Nov 5, 2021
Hey! you can find the iOS counterpart here. For the multiplatform support, we only target JVM at the moment, but this might change in the future.
b95505017 commentedon Nov 5, 2021
@aallam Yes I know this page, but currently we want to use same codebase with Algolia in Android/iOS (Flutter + kotlin multiplatform). It there any way to achieve this? Or is there any bottle neck that iOS can't use this kotlin multiplatform based library?
aallam commentedon Nov 8, 2021
Currently, the Kotlin client does not support KMM. It is in our backlog, but we can't confirm a release date.
julien-h-webcenter commentedon Nov 16, 2021
i'm in the same case but not with flutter. Only KMM + jetpack compose + swiftUI and i tried to put the Kotlin API Client for this projet. but i undestand that i can't to use. It could to be nice to support KMM :)
b95505017 commentedon Mar 26, 2022
@aallam Any chance to merge it?
b95505017 commentedon May 12, 2022
@aallam Why close #310 ?