flex_color_picker 1.0.0-dev.4
flex_color_picker: ^1.0.0-dev.4 copied to clipboard
A customizable Flutter primary, accent and custom color picker. Includes an optional HSV wheel color picker.
Changelog #
All notable changes to the ColorPicker will be documented in this file.
[1.0.0-dev.4] - November 2, 2020 #
- Update to try to get the images to show up and wok on pub.dev.
- Minor documentation corrections.
[1.0.0-dev.3] - November 2, 2020 #
- Significant API name changes and cleanup. Decided to implement previously planned changes before the official release, even if it also will impact our own older usage of the package, when we move to using the published version as well.
[1.0.0-dev.2] - October 30, 2020 #
- First release on pub.dev
To do list #
- ✅ Review and update the API
- ✅ Review and correct documentation mistakes and typos, first pass done anyway.
- ✅ Figure out why images show up OK in Github readme.md repo, but not on pub.dev.
- ❌ For the wheel color selector, add text input to get a given color based on entered HEX code.
- ❌ Version 1.x.0: Add first set of tests for the ColorPicker and its supporting classes.
- ❌ Maybe version 2.x.0: Add more types of color selectors.
- ❌ Maybe version 2.x.0: Add a color selected with the wheel color selector to the custom colors section.
- ❌ Maybe version 2.x.0: Store colors added to the custom colors section.