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 6afe4d2 commit 11675d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ https://pub.dev/packages/flutter_hsvcolor_picker/install
import "package:flutter_hsvcolor_picker/flutter_hsvcolor_picker.dart";
new ColorPicker(
ColorPicker(
color: Colors.blue,
onChanged: (value){ },
initialPicker: Picker.paletteHue,
)
```

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

0 comments on commit 11675d6

Please sign in to comment.