Skip to content

Setup

🛠️ Getting Started

Installation

in your module .kts

Maven Central

debugImplementation("io.github.openflocon:flocon:LAST_VERSION")
releaseImplementation("io.github.openflocon:flocon-no-op:LAST_VERSION")

in your Application.kt

// android initialization
Flocon.initialize(this)

// desktop / ios
Flocon.initialize()

[versions]
flocon = "LASTEST_VERSION"

[libraries]
flocon = { module = "io.github.openflocon:flocon", version.ref = "flocon" }

Download & install the last Desktop client

[!NOTE] If you are on MacOS, you might need to follow specific instructions to open the app. See MacOS Installation.

🧰 Requirements

for android

  • An Android device with USB debugging enabled
  • Android Studio or SDK tools installed
  • ADB (Android Debug Bridge) accessible from your system path

for all platforms

  • Flocon Desktop app (JVM-based)
  • Flocon SDK integrated into your app
  • At least kotlin 2.0.0 in your app
  • Be aligned between the mobile library version & the desktop app version