Quick Start

Installation

Platforms: Android iOS macOS JVM JS WasmJS

[versions]
evolpagink = "0.6.1"

[libraries]
evolpaginkCompose = { module = "com.nxoim.evolpagink:compose", version.ref = "evolpagink" }
evolpaginkCore = { module = "com.nxoim.evolpagink:core", version.ref = "evolpagink" }

Choosing the right module

core - The pagination engine itself. No UI framework dependency. Use this if you're integrating with a non-Compose UI system or writing custom bindings.

compose - Compose-specific extensions that provide toState() and items() overloads. Includes core automatically, so you only need this dependency if you're using Compose.

Icon