Kotlin-Multiplatform-Libraries
multiplatform-settings
Kotlin-Multiplatform-Libraries | multiplatform-settings | |
---|---|---|
5 | 5 | |
2,970 | 1,767 | |
2.2% | 4.4% | |
6.8 | 8.1 | |
25 days ago | 15 days ago | |
Kotlin | ||
- | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Kotlin-Multiplatform-Libraries
-
Multi-platform libraries built with Kotlin Multiplatform (KMP)
There's nothing you can do. However, Kotlin's official provides several libraries, so the scope that can be achieved using them is by no means small. Also, AAkira/Kotlin-Multiplatform-Libraries introduces several famous libraries created with Kotlin Multiplatform, which can be helpful. However, it can be quite disappointing when certain environments are not supported. But let's think of it as an opportunity! Let's become the first person to implement it!
-
Do you use kotlin/js?
Now if you're just writing a crud app (what my hobby project is) and you use compose multiplatform for your UI, SQLDelight for persistence, and one of the many MPP architecture libraries, you don't have to write a wrapper.
-
How We integrated Kotlin Multiplatform Into Profi
We did encounter some problems as a result of our ignorance. When we started on the project, there was very little information on the implementation of KMM, so we had to solve all of the issues ourselves. The Kotlin Multiplatform community is growing rapidly with more articles and reports appearing at conferences and meetups. There are channels in Slack and Telegram, libraries for Kotlin Multiplatform, and so on, plenty of information sources available.
-
Kotlin Team AMA #3: Ask Us Anything
From https://github.com/AAkira/Kotlin-Multiplatform-Libraries#cipher: https://github.com/korlibs/krypto https://github.com/ionspin/kotlin-multiplatform-libsodium
-
WooCommerce Client - Kotlin Multiplatform mobile - Discussion for Library
There is a fair selection of libs listed here: Kotlin-Multiplatform-Libraries If you need some deeper insights drop me a DM
multiplatform-settings
-
Day 26. After party
I did a little today; I just added dependencies to manage local preferences on both platform. I used the multiplatform_settings library which manages platform platform-specific implementation. Additionally, I created a simple repository to handle manipulations with settings and added creation logic for Dependency Injection.
- Multiplatform Settings 1.0.0
-
Looking toward Multiplatform Settings 1.0.0
View on GitHub
-
Encrypted Key-Value Store in Kotlin Multiplatform
Multiplatform Settings is a solid multiplatform key-value store, created by Touchlab's own Russell Wolf, used extensively at Touchlab, as well as in Jetbrains' KMM Production Sample. There is a Settings interface that is implemented for Android, iOS, MacOS, and JVM platforms. At first glance, it doesn't look like Multiplatform Settings offers any encrypted storage. But thanks to the abstraction that Android has built into SharedPreferences and Multiplatform Settings' support for saving to the iOS keychain, our work is pretty easy.
-
Our KMP Journey
To manage common preferences across android & iOS, we use this great library by Touchlab
What are some alternatives?
Decompose - Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)
moko-resources - Resources access for mobile (android & ios) Kotlin Multiplatform development
kotlinx-datetime - KotlinX multiplatform date/time library
kmp-production-sample - This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile. It's a simple RSS reader, and you can download it from the App Store and Google Play. It's been designed to demonstrate how KMM can be used in real production projects.
KorGE - KorGE Game Engine. Multiplatform Kotlin Game Engine
kord - Idiomatic Kotlin Wrapper for The Discord API
koin - Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
kotlin-multiplatform-diff - Multiplaform kotlin library for calculating text differences. Based on java-diff-utils, supports JVM, JS and native targets.
Decompose - Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing functionality and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.), inspired by Badoos RIBs fork of the Uber RIBs framework
collab-edit - Edit text in collaboration!
multik - Multidimensional array library for Kotlin
KaMPKit - KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform