File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change 11# Jetpack Compose Color Picker Bundle
22
3+ [ ![ ] ( https://jitpack.io/v/SmartToolFactory/Compose-Color-Picker-Bundle.svg )] ( https://jitpack.io/#SmartToolFactory/Compose-Color-Picker-Bundle )
4+
5+
36Bundle of Stylish customizable Color pickers, selectors, colorful sliders written with Jetpack
47Compose enables users to choose from HSL, HSV or RGB color models to pick Solid colors or gradients.
58With colorful Sliders, panels, hex and color displays and various elements to create customized
@@ -10,8 +13,29 @@ available to choose from to use as Composables or inside dialogs that are availa
1013
1114https://user-images.githubusercontent.com/35650605/161702454-34b0cf00-8496-4060-bfe1-bea9d1bf754d.mp4
1215
13- Inspired
14- by [ mchome's flutter_colorpicker for Flutter] ( https://github.com/mchome/flutter_colorpicker )
16+ ## Gradle Setup
17+
18+ To get a Git project into your build:
19+
20+ * Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end
21+ of repositories:
22+
23+ ```
24+ allprojects {
25+ repositories {
26+ ...
27+ maven { url 'https://jitpack.io' }
28+ }
29+ }
30+ ```
31+
32+ * Step 2. Add the dependency
33+
34+ ```
35+ dependencies {
36+ implementation 'com.github.SmartToolFactory:Compose-Color-Picker-Bundle:<version>'
37+ }
38+ ```
1539
1640## Color Pickers
1741
You can’t perform that action at this time.
0 commit comments