An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Compose Multiplatform Application
[![](https://jitpack.io/v/KhubaibKhan4/NativeNotifier-KMP.svg)](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: