/Compose-PagerIndicator

🚀📒📍 Indicators for Horizontal or Vertical Pager with different orientation, color, size options and optional touch feature.

Primary LanguageKotlinApache License 2.0Apache-2.0

Compose Pager Indicator

Indicators for Horizontal or Vertical pager with different orientation, color, size options and optional touch feature.

indicator.mp4

Gradle Setup

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
        implementation 'com.github.SmartToolFactory:Compose-PagerIndicator:Tag'
}	

⚠️ This is alpha version, and under development

This version is pretty raw and very ungraceful logic to scale items based on their position. In future versions will add offsetting items will change of color, position from absolute position when pager offset change, color animation change and infinite item support.