SunriseSunsetLibrary

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

Screenshot 2023-03-21 at 9 42 59 PM

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