- #75 Enable ColorPickerInput in landscape mode.
- #82 Fixes Material Picker: Box shadow doesn't respect theme.
- #101 Fixed static analysis issues.
- #106 Fixed issues when running app with impeller on iOS.
- #68 Fix material color picker outline for white color.
- #69 Fix the selector in block color picker in showDialog.
- Fix the slider of hsv color picker in landscape mode.
- #50 Check the color of input in block color picker.
- Fix late value not initialized in MaterialPicker.
- Update shading label text style in MaterialPicker.
- #21 Add onPrimaryChanged in MaterialPicker.
- Add shading label with landscape mode in MaterialPicker.
- Add some new pickers like RGB palette, HUE Wheel and HUE Ring...
- Move hsv_colorpicker to colorpicker.
- #58 Fix the scroll problem in platform web and desktop.
- Add built-in hex input bar.
- Update example.
- #59 You can modify the textStyle of label heading now.
- #61 Fix setState was called after widget was disposed.
- This is a quick hot fix so not in git, it's fixed in v1.0.0.
- Added hexInputController for Manual Hex Input #31.
- Added 122 tests and documentation for colorToHex() and colorFromHex().
- Update example app.
- #45 GestureRecognizer Cleanup. Reference Page.
- Release null-safety version.
- #36 Support null safety.
- #19 Handle multiple GestureDetector of ColorPicker. (Thanks friebetill)
- SlidePicker add indicatorBorderRadius.
- Back compatibility for stable branch.
- Add SlidePicker.
- Add example web support.
- Update color selection also for tap down.
- Fix enableLabel.
- Fix scrollbar.
- Add hsl palette.
- MaterialPicker: Flexible size.
- Add didUpdateWidget lifecycle to handle changes to pickerColor.
- Rename some types.
- A new block color picker.
- Update example app.
- Improve slider dragging.
- A new material color picker.
- Update example app.
- Fix analysis warning.
- Better landscape view.
- Replace some deprecated functions.
- Bump SDK version.
- Replace a parameter from
colorPainterHeight
topickerAreaHeightPercent
to give a ratio on the picker area.
- Optimization for responsive design.
- Change widget's width.
- Update readme.
- Initial release.