KhubaibKhan4 / NativeNotifier-KMP

Native Notifier is a Kotlin Multiplatform and Compose Multipaltform Library that help for native notifications on platform sides.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compose Multiplatform Application

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:

About

Native Notifier is a Kotlin Multiplatform and Compose Multipaltform Library that help for native notifications on platform sides.


Languages

Language:Kotlin 94.1%Language:Swift 2.4%Language:JavaScript 2.2%Language:HTML 1.3%