natiqhaciyef / CustomComposableWidgets

Android Jetpack Composable supportive UI Widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CustomComposableWidgets

For using Widgets :

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

dependencyResolutionManagement {
	repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
	repositories {
		mavenCentral()
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.natiqhaciyef:CustomComposableWidgets:Tag'
}

Then components will available for usage. Furhtermore, if you find bugs or lacks get in touch with us.

About

Android Jetpack Composable supportive UI Widgets


Languages

Language:Kotlin 100.0%