
Enhances UI components with updated SwipeBox, fixed Cupertino Date Picker interactions, and uses Dialogs for CupertinoDialogs. Automated builds enable quicker releases and adoption of new features.
This is a fork of schott12521/compose-cupertino
Additionally this repo has automated builds to enable faster releases, to take advantage of new compose multiplatform features as they become available.
Icon Toggle Buttons
CupertinoIconToggleButton and AdaptiveIconToggleButton componentsEnhanced Icon Button Architecture
IconSource interface supporting Vector, Painter, and Bitmap iconsPlainButtonIndication systemUIKit Integration Support
hasUIKitContent flag to CupertinoScaffold and related componentshasUIKitContent flag to AdaptiveScaffold cupertino adaptationBuild System Updates:
This package is published to Maven Central Repository: cupertino-core on Maven Central
Depend on the latest version by declaring this in libs.versions.toml:
cupertino = "$latestVersion"
cupertino = { group = "io.github.robinpcrd", name = "cupertino", version.ref = "cupertino" }
cupertino-adaptive = { group = "io.github.robinpcrd", name = "cupertino-adaptive", version.ref = "cupertino" }
cupertino-decompose = { group = "io.github.robinpcrd", name = "cupertino-decompose", version.ref = "cupertino" }
cupertino-native = { group = "io.github.robinpcrd", name = "cupertino-native", version.ref = "cupertino" }
cupertino-icons-extended = { group = "io.github.robinpcrd", name = "cupertino-icons-extended", version.ref = "cupertino" }
If you're migrating from alexzhirkevich/compose-cupertino, update your imports:
// Before
import io.github.alexzhirkevich.cupertino.*
// After
import io.github.robinpcrd.cupertino.*Find and replace across your project:
io.github.alexzhirkevich.cupertino
io.github.robinpcrd.cupertino
If you're migrating from schott12521/compose-cupertino, update your imports:
// Before
import com.slapps.cupertino.*
// After
import io.github.robinpcrd.cupertino.*Find and replace across your project:
com.slapps.cupertino
io.github.robinpcrd.cupertino
Wanna see what the library feels like? The latest version builds and deploys the Kotlin/WasmJS target to github pages: https://robinpcrd.github.io/compose-cupertino/
Note: As of release 3.0.0, this forked library has been updated copyright headers to fully comply with the Apache 2.0 license copied from the original: https://github.com/alexzhirkevich/compose-cupertino/blob/master/LICENSE.txt
Contributions are always appreciated! Since builds to maven central go through GitHub Actions, we can get your changes in quickly.
Ensure that the copyright information is included in your file(s):
/*
* Copyright (c) 2023-2024. Compose Cupertino project and open source contributors.
* Copyright (c) 2025. Scott Lanoue.
* Copyright (c) 2025. Robin Picard.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Ideally you set up Android Studio / IDE to handle copyright notices for you: https://stackoverflow.com/a/48718711/1730421
Forked to maintain active development as upstream projects have been inactive for months.
This is a fork of schott12521/compose-cupertino
Additionally this repo has automated builds to enable faster releases, to take advantage of new compose multiplatform features as they become available.
Icon Toggle Buttons
CupertinoIconToggleButton and AdaptiveIconToggleButton componentsEnhanced Icon Button Architecture
IconSource interface supporting Vector, Painter, and Bitmap iconsPlainButtonIndication systemUIKit Integration Support
hasUIKitContent flag to CupertinoScaffold and related componentshasUIKitContent flag to AdaptiveScaffold cupertino adaptationBuild System Updates:
This package is published to Maven Central Repository: cupertino-core on Maven Central
Depend on the latest version by declaring this in libs.versions.toml:
cupertino = "$latestVersion"
cupertino = { group = "io.github.robinpcrd", name = "cupertino", version.ref = "cupertino" }
cupertino-adaptive = { group = "io.github.robinpcrd", name = "cupertino-adaptive", version.ref = "cupertino" }
cupertino-decompose = { group = "io.github.robinpcrd", name = "cupertino-decompose", version.ref = "cupertino" }
cupertino-native = { group = "io.github.robinpcrd", name = "cupertino-native", version.ref = "cupertino" }
cupertino-icons-extended = { group = "io.github.robinpcrd", name = "cupertino-icons-extended", version.ref = "cupertino" }
If you're migrating from alexzhirkevich/compose-cupertino, update your imports:
// Before
import io.github.alexzhirkevich.cupertino.*
// After
import io.github.robinpcrd.cupertino.*Find and replace across your project:
io.github.alexzhirkevich.cupertino
io.github.robinpcrd.cupertino
If you're migrating from schott12521/compose-cupertino, update your imports:
// Before
import com.slapps.cupertino.*
// After
import io.github.robinpcrd.cupertino.*Find and replace across your project:
com.slapps.cupertino
io.github.robinpcrd.cupertino
Wanna see what the library feels like? The latest version builds and deploys the Kotlin/WasmJS target to github pages: https://robinpcrd.github.io/compose-cupertino/
Note: As of release 3.0.0, this forked library has been updated copyright headers to fully comply with the Apache 2.0 license copied from the original: https://github.com/alexzhirkevich/compose-cupertino/blob/master/LICENSE.txt
Contributions are always appreciated! Since builds to maven central go through GitHub Actions, we can get your changes in quickly.
Ensure that the copyright information is included in your file(s):
/*
* Copyright (c) 2023-2024. Compose Cupertino project and open source contributors.
* Copyright (c) 2025. Scott Lanoue.
* Copyright (c) 2025. Robin Picard.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Ideally you set up Android Studio / IDE to handle copyright notices for you: https://stackoverflow.com/a/48718711/1730421
Forked to maintain active development as upstream projects have been inactive for months.