Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 920 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 920 Bytes

flutter_hsvcolor_picker

An HSV color picker designed for your Flutter app.

Pickers: RGB, HSV, Color Wheel, Palette Hue, Palette Saturation, Palette Value, Swatches.

Getting Started

Installation

https://pub.dev/packages/flutter_hsvcolor_picker/install

Example

import "package:flutter_hsvcolor_picker/flutter_hsvcolor_picker.dart";

ColorPicker(
  color: Colors.blue,
  onChanged: (value){ },
  initialPicker: Picker.paletteHue,
)

For a more detailed example, head over to: https://github.com/fluttercandies/flutter_hsvcolor_picker/tree/main/example/lib/complex_example