Skip to content

A lightweight Compose Multiplatform library to manage notification permissions, scheduling and posting

License

Notifications You must be signed in to change notification settings

jerrya/notifykt

Repository files navigation

Notifykt (ALPHA)

This library is in active development and not ready for use yet

What is it?

Notifykt helps simplify notifications for Compose Multiplatform applications.

Features

  • Request permissions for Android and iOS
  • Get reactive updates for authorized, denied and not determined permission status

Installation

Android

Add the following to your AndroidManifest.xml file:

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

Releases

No releases published

Packages

No packages published

Languages