A highly customisable jetpack compose library to display current time

SunriseSunsetLibrary

This is a highly customisable composable to display current time with respect to sunrise and sunset times with an arc animation.

Getting started

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Add the runtime dependency:

dependencies {
  implementation 'com.github.alleviatelife:SunriseSunsetLibrary:1.0'
}

GitHub

View Github