Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 939 Bytes

File metadata and controls

32 lines (23 loc) · 939 Bytes

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.