https://github.com/serbelga/Todometer-KMP
A meter to-do list built with Compose UI Multiplatform, Wear Compose, SQLDelight, Koin Multiplatform, Glance, ...
https://github.com/serbelga/Todometer-KMP
android compose-multiplatform desktop glance ios kmp kotlin kotlin-multiplatform ktor multiplatform sqldelight wear-os
Last synced: 12 days ago
JSON representation
A meter to-do list built with Compose UI Multiplatform, Wear Compose, SQLDelight, Koin Multiplatform, Glance, ...
- Host: GitHub
- URL: https://github.com/serbelga/Todometer-KMP
- Owner: serbelga
- License: apache-2.0
- Created: 2020-10-06T18:19:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T20:04:16.000Z (15 days ago)
- Last Synced: 2025-04-09T21:20:08.140Z (15 days ago)
- Topics: android, compose-multiplatform, desktop, glance, ios, kmp, kotlin, kotlin-multiplatform, ktor, multiplatform, sqldelight, wear-os
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=dev.sergiobelda.todometer
- Size: 42.4 MB
- Stars: 642
- Watchers: 6
- Forks: 41
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - serbelga/Todometer-KMP - A meter to-do list built with Compose UI Multiplatform, Wear Compose, SQLDelight, Koin Multiplatform, Glance, ... (Kotlin)
README
Todometer Kotlin Multiplatform
✅ A meter to-do list built with Kotlin Multiplatform and Compose UI Multiplatform based on https://cassidoo.github.io/todometer/
## Screenshots
### Android
|
|
|
|
|----------------------------------------------------------|--------------------------------------------------------------|-----------------------------------------------------------------|### Material Design 3 Dynamic color
|
|
|
|
|
|-------------------------------------------------------------------------------|-----------------------------------------------------------------------------|------------------------------------------------------------------------------|---------------------------------------------------------------------------------|### Glance App Widget - Material Design 3 Dynamic color
|
|
|--------------------------------------------------------------------------|### Desktop
`./gradlew :app:run`
|
|
|
|----------------------------------------------------------|--------------------------------------------------------------|### iOS
Open `app-ios/Todometer.xcodeproj` in XCode or run it in Android Studio using Kotlin Multiplatform Mobile plugin.
|
|
|
|-----------------------------------------------------------|---------------------------------------------------------------|### Wear OS
|
|
|
|
|
|
|---------------------------------------------------------|----------------------------------------------------------|---------------------------------------------------------|---------------------------------------------------------------------|----------------------------------------------------------------|
## Technologies
#### Android
* [Android Jetpack](https://developer.android.com/jetpack)
* [Android KTX](https://developer.android.com/kotlin/ktx)
* [Glance App Widget](https://developer.android.com/jetpack/androidx/releases/glance)#### Wear OS
* [Wear Compose](https://developer.android.com/jetpack/androidx/releases/wear-compose)
* [Wear Compose Navigation](https://developer.android.com/reference/kotlin/androidx/wear/compose/navigation/package-summary)#### Common
* [Compose UI Multiplatform](https://www.jetbrains.com/lp/compose-multiplatform/)
* [Compose ViewModel Multiplatform](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-lifecycle.html)
* [Compose Navigation Multiplatform](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-navigation-routing.html)
* [compose-vectorize](https://github.com/serbelga/compose-vectorize)
* [navigation-compose-extended](https://github.com/serbelga/navigation-compose-extended)
* [Kotlin & Coroutines](https://kotlinlang.org/docs/coroutines-overview.html)
* [Flow](https://kotlinlang.org/docs/flow.html)
* [Koin Multiplatform](https://insert-koin.io/docs/reference/koin-mp/kmp)
* [Lyricist](https://github.com/adrielcafe/lyricist)
* [spotless](https://github.com/diffplug/spotless)
* [SQLDelight](https://cashapp.github.io/sqldelight/)## Images
- Illustrations: https://undraw.co/illustrations
- Icons: https://fonts.google.com/icons
- Logotype, Isotype: Made with Figma
## License
```
Copyright 2023 Sergio BeldaLicensed 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 athttp://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.
```