SlackComposeMultiplatform (KMP with gRPC & In-Development)
?️️ Built with ?? using Jetpack Compose And Kotlin Multiplatform ?
What | How |
---|---|
? User Interface (Android,Desktop,iOS) | Jetpack Compose JB! |
? Architecture | Decompose + Clean Architecture |
? DI (Android) | Koin |
? Async | Coroutines + Flow |
? Networking | gRPC |
? Pagination | moko-paging |
? Lint | ktlint gradle plugin , ktlint Pinterest |
? Testing with Turbine | Turbine |
Dependent Projects
- SlackProtos
- SlackGenerateProtos
- Slack Domain Layer
- Slack Data Layer
- This KMP project
- Backend Server in gRPC Kotlin
- gRPC-KMP Library
- Slack encryption lib
- Slack Encryption support for iOS
Instructions to compile and get running
- Execute
git submodule update --init --recursive
and to updategit submodule update --recursive --remote
once the project is cloned to get all the dependent client projects. - Clone gRPC-KMP Library and install plugin and lib to mavenLocal()
- Clone Capillary-kmp and install to mavenLocal()
The android, compose iOS and jvm platform run’s fine, make sure you match the ip address in GrpcCalls class of your system once you run the slackserver module locally!
Architecture
Video Demo for JVM Desktop and Android
Screen.Recording.2022-11-14.at.12.08.22.PM.mp4
Video Demo for Jetpack Compose for iOS
Screen.Recording.2022-09-08.at.2.42.08.PM.mp4
MIT License
Copyright (c) 2022 Anmol Verma
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.