https://github.com/khubaibkhan4/nativenotifier-kmp
Native Notifier is a Kotlin Multiplatform and Compose Multipaltform Library that help for native notifications on platform sides.
https://github.com/khubaibkhan4/nativenotifier-kmp
Last synced: about 1 month ago
JSON representation
Native Notifier is a Kotlin Multiplatform and Compose Multipaltform Library that help for native notifications on platform sides.
- Host: GitHub
- URL: https://github.com/khubaibkhan4/nativenotifier-kmp
- Owner: KhubaibKhan4
- Created: 2024-01-20T11:04:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-21T06:31:21.000Z (over 1 year ago)
- Last Synced: 2025-04-01T22:37:24.716Z (7 months ago)
- Language: Kotlin
- Size: 75.2 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Compose Multiplatform Application
[](https://jitpack.io/#KhubaibKhan4/NativeNotifier-KMP)
Native Notifier is a Native Notification Library that is build to help the Kotlin Multiplatform Developers to Show Platform Native Local Notifications on Android, iOS, Web and Desktop. It's a pre-release. Soon, updating this with extra features.## How to
To get a Git project into your build:## Step 1. Add the JitPack repository to your build file
Add it in your root build.gradle at the end of repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}## Step 2. Add the dependency
dependencies {
implementation 'com.github.KhubaibKhan4:NativeNotifier-KMP:Tag'
}
Share this release: