|
1 | | -[](https://maven-badges.herokuapp.com/maven-central/io.github.schott12521/cupertino) |
| 1 | +[](https://maven-badges.herokuapp.com/maven-central/io.github.kalist28/cupertino) |
2 | 2 |
|
3 | | -[](https://github.com/schott12521/schott12521/compose-cupertino/actions/workflows/buildAndPush.yml) |
| 3 | +[](https://github.com/kalist28/compose-cupertino/actions/workflows/buildAndPush.yml) |
4 | 4 |
|
5 | 5 | # compose-cupertino |
6 | 6 |
|
7 | | -This is a fork of [alexzhirkevich/compose-cupertino](https://github.com/alexzhirkevich/compose-cupertino) except its been updated to work with CMP 1.7+ |
| 7 | +This is a fork of [schott12521/compose-cupertino](https://github.com/schott12521/compose-cupertino) a fork of [alexzhirkevich/compose-cupertino](https://github.com/alexzhirkevich/compose-cupertino) except its been updated to work with CMP 1.7+ |
8 | 8 |
|
9 | 9 | Additionally this repo has automated builds to enable faster releases, to take advantage of new compose multiplatform features as they become available. |
10 | 10 |
|
11 | | -## New features (compared to the OG `compose-cupertino`) |
12 | | - |
13 | | -- Updated SwipeBox |
14 | | -- Fixed Cupertino Date Picker implementations to interact with scrolling correctly |
15 | | -- Disable content scaling on CupertinoBottomSheetScaffold (https://github.com/alexzhirkevich/compose-cupertino/issues/80) |
16 | | -- Using Dialogs instead of Popups for CupertinoDialogs (https://github.com/alexzhirkevich/compose-cupertino/issues/78) |
17 | | - |
18 | 11 | # Usage |
19 | 12 |
|
20 | | -This package is published to Maven Central Repository: [cupertino-core on Maven Central](https://central.sonatype.com/artifact/io.github.schott12521/cupertino-core) |
| 13 | +This package is published to Maven Central Repository: [cupertino-core on Maven Central](https://central.sonatype.com/artifact/io.github.kalist28/cupertino-core) |
21 | 14 |
|
22 | 15 | Depend on the [latest version](https://github.com/kalist28/compose-cupertino/releases) by declaring this in libs.versions.toml: |
23 | 16 |
|
24 | 17 | ``` |
25 | 18 | cupertino = "$latestVersion" |
26 | 19 |
|
27 | | -cupertino = { group = "io.github.schott12521", name = "cupertino", version.ref = "cupertino" } |
28 | | -cupertino-adaptive = { group = "io.github.schott12521", name = "cupertino-adaptive", version.ref = "cupertino" } |
29 | | -cupertino-decompose = { group = "io.github.schott12521", name = "cupertino-decompose", version.ref = "cupertino" } |
30 | | -cupertino-native = { group = "io.github.schott12521", name = "cupertino-native", version.ref = "cupertino" } |
31 | | -cupertino-icons-extended = { group = "io.github.schott12521", name = "cupertino-icons-extended", version.ref = "cupertino" } |
| 20 | +cupertino = { group = "io.github.kalist28", name = "cupertino", version.ref = "cupertino" } |
| 21 | +cupertino-adaptive = { group = "io.github.kalist28", name = "cupertino-adaptive", version.ref = "cupertino" } |
| 22 | +cupertino-decompose = { group = "io.github.kalist28", name = "cupertino-decompose", version.ref = "cupertino" } |
| 23 | +cupertino-native = { group = "io.github.kalist28", name = "cupertino-native", version.ref = "cupertino" } |
| 24 | +cupertino-icons-extended = { group = "io.github.kalist28", name = "cupertino-icons-extended", version.ref = "cupertino" } |
32 | 25 | ``` |
33 | 26 |
|
34 | | -This package is also available via GitHub packages. |
35 | | - |
36 | 27 | ## Try it |
37 | 28 |
|
38 | | -Wanna see what the library feels like? The latest version builds and deploys the Kotlin/WasmJS target to github pages: https://schott12521.github.io/compose-cupertino/ |
| 29 | +Wanna see what the library feels like? The latest version builds and deploys the Kotlin/WasmJS target to github pages: https://kalist28.github.io/compose-cupertino/ |
39 | 30 |
|
40 | 31 | # License |
41 | 32 |
|
@@ -71,3 +62,7 @@ Ideally you set up Android Studio / IDE to handle copyright notices for you: htt |
71 | 62 | # Disclaimer |
72 | 63 |
|
73 | 64 | Note this repo is not officially supported in any capacity; changes will be applied upstream when applicable ([example1](https://github.com/alexzhirkevich/compose-cupertino/pull/74), [example2](https://github.com/alexzhirkevich/compose-cupertino/pull/77)) |
| 65 | + |
| 66 | +# *P.S |
| 67 | + |
| 68 | +Thanks to [schott12521](https://github.com/schott12521) for fix original fork and automated builds. |
0 commit comments