Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nohli authored Jul 4, 2021
1 parent a7d0dec commit 4c61bd2
Showing 1 changed file with 5 additions and 35 deletions.
40 changes: 5 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,64 +2,34 @@

A HSV color picker for your flutter app.
RGB HSV Wheel Hue Saturation Values.

![](https://github.com/fluttercandies/flutter_hsvcolor_picker/blob/master/screenshot/phone.png)

## Getting Started
![](https://github.com/fluttercandies/flutter_hsvcolor_picker/blob/master/screenshot/logo.png)


pub:
https://pub.dartlang.org/packages/flutter_hsvcolor_picker

### Installation

Add this to your pubspec.yaml:

```yaml
dependencies:
flutter_hsvcolor_picker: any
```
or
```yaml
dependencies:
flutter_hsvcolor_picker:
git:
url: https://github.com/fluttercandies/flutter_hsvcolor_picker.git
```
Then run the flutter tooling:
```bash
flutter packages get
```

Or upgrade the packages with:

```bash
flutter packages upgrade
```
https://pub.dev/packages/flutter_hsvcolor_picker/install


### Example

```dart
import "package:flutter_hsvcolor_picker/flutter_hsvcolor_picker.dart";
new ColorPicker(
color: Colors.blue,
onChanged: (value){ }
onChanged: (value){ },
initialPicker: Picker.paletteHue,
)
```


Also see the example app on GitHub: https://github.com/fluttercandies/flutter_hsvcolor_picker/tree/master/example/lib


![](https://github.com/fluttercandies/flutter_hsvcolor_picker/blob/master/screenshot/design.png)
Details in [example/] folder.

0 comments on commit 4c61bd2

Please sign in to comment.