daugeldauge / Klipper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Klipper GitHub last commit

Kotlin + Flipper = Klipper

Kotlin Multiplatform Flipper Support

Installation

KMM

implementation("com.myunidays:package:0.0.1")

Android

implementation("com.myunidays:package-android:0.0.1")

iOS

Add to the binary to your swift package like this:

        .binaryTarget(
            name: "project",
            url: "https://github.com/MyUNiDAYS/klipper/releases/download/0.0.1/0.0.1.zip",
            checksum: "8c35293a410f4ec5d150c4f5464f6b5cf04a1a15d1ae9c29126bb0b7a7dc2a54"
        ),

Where 0.0.1 is the release number, you will also need to change the checksum, xcode will tell you the different checksum if its wrong and just update that from the error message.

How to use

KMM

Android

iOS

Contributing

This project is set up as an open source project. As such, if there are any suggestions that you have for features, for improving the code itself, or you have come across any problems; you can raise them and/or suggest changes in implementation.

If you are interested in contributing to this codebase, please follow the contributing guidelines. This contains guides on both contributing directly and raising feature requests or bug reports. Please adhere to our code of conduct when doing any of the above.

About

License:MIT License


Languages

Language:Kotlin 84.1%Language:Shell 14.4%Language:Ruby 1.4%