SmartToolFactory / Compose-PagerIndicator

πŸš€πŸ“’πŸ“ Indicators for Horizontal or Vertical Pager with different orientation, color, size options and optional touch feature.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

πŸš€πŸ“’πŸ“ Indicators for Horizontal or Vertical Pager with different orientation, color, size options and optional touch feature.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%