Skip to content

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

Notifications You must be signed in to change notification settings

alleviatelife/SunriseSunsetLibrary

Repository files navigation

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'
}

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages