mb_color_picker 0.0.2
mb_color_picker: ^0.0.2 copied to clipboard
A flexible and customizable color and gradient picker for Flutter.
0.0.2 #
- Update
ColorPickerDialogto calculate a dynamicavailableWidthwithMediaQueryandclampDoublefor more adaptive dialog sizing. - Remove fixed content width assumptions and redundant horizontal scrolling around the solid color picker to avoid unbounded width layout errors.
- Simplify the
ColorPickerDialogbuild method by removing unused theme references and consolidating width handling for solid and gradient modes. - Bump package version to
0.0.2inpubspec.yaml.
0.0.1 #
- Add the initial
mb_color_pickerpackage release with support for solid colors and gradients throughMbColorPickerWidget. - Implement gradient editing controls, including stop management, direction selection, palette editing, opacity handling, and dialog-based editing flows.
- Add comprehensive unit and widget tests covering picker values, gradient extensions, controller behavior, dialog interactions, and widget state changes.
- Replace the default README template with full package documentation, usage examples, API notes, and customization guidance.
- Update the project license to MIT.