Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* [Artificial Intelligence](#artificial-intelligence)
* [Social](#social)
* [Health](#health)
* [Notifications](#notifications)

## Libraries

Expand Down Expand Up @@ -1807,6 +1808,16 @@ fully covered API and a lot of additional DSLs on top of base API.
![badge][badge-ios]
![badge][badge-watchos]

### Notifications

* [KMPNotifier](https://github.com/mirzemehdi/KMPNotifier) - A Kotlin Multiplatform Push Notification Library.
![badge][badge-android]
![badge][badge-ios]
![badge][badge-js]
![badge][badge-mac]
![badge][badge-windows]
![badge][badge-wasm]

### Math

* [Multiplatform expressions evaluator](https://github.com/murzagalin/multiplatform-expressions-evaluator) - Runtime infix expressions evaluator.
Expand Down