flex_color_picker 1.0.0 copy "flex_color_picker: ^1.0.0" to clipboard
flex_color_picker: ^1.0.0 copied to clipboard

outdated

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] - November 5, 2020 #

  • First official release.
  • Example and documentation updated.
  • Updated the live Web demo version to use the released package.
  • New API: Added shouldUpdate to the color wheel picker, as a fix for an issue where black selection changed hue to red. This is a lower level API that is not needed unless you make your own picker for scratch and you want to use the wheel picker in your picker.
  • Final API name tweaks before version 1.0.0 release:
  • Renamed: API createPrimaryColor -> createPrimarySwatch
  • Renamed: API createAccentColor -> createAccentSwatch
  • Renamed: API colorNameAndHexCode -> materialNameAndCode
  • Renamed: API colorName -> materialName
  • Renamed: API colorHexCode -> colorCode

[1.0.0-dev.5] - November 5, 2020 #

  • Added a feature on the wheel color picker that enables entry of a hex RGB value to select a color.
  • API changes to support separate display of Material color name showMaterialName and selected color code showColorCode, plus defining their text styles materialNameTextStyle and colorCodeTextStyle.
  • New API showColorName to display an English color name for any selected color, not just the Material color names or custom named color swatches. It has text style that can be defined as well colorNameTextStyle.
  • New API colorCodeIcon that exposes the color code icon so it can be customized.
  • New API enableTooltips to enable current and future tooltips used in the picker. Currently only the copy color code button has a tooltip.
  • A new method was introduced in ColorTools called nameThatColor(Color color). It returns a name for any color passed to it, only supports English names. It is based on a Dart port of http://chir.ag/projects/ntc and it contains 1566 named colors. It matches a given color to the closest similar color and returns its name.
  • Updated the example.
  • Documentation updates.

[1.0.0-dev.4] - November 2, 2020 #

  • Update to try to get the images to show up 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 will also impact our own usage of the package when we move to using the published version.

[1.0.0-dev.2] - October 30, 2020 #

  • First release on pub.dev

To do list and planned feature updates #

  • Review and update the API.
  • Review and correct documentation mistakes and typos, first pass anyway.
  • Fix doc images that show up OK in Github readme.md, but not on pub.dev.
  • For the color wheel picker, add text input to get a given color based on entered HEX code.
  • Add "name that color" function that can give a name to "any" color in English.
  • Release version 1.0.0.
  • Publish version 1.0.0 on pub.dev.
  • Version 1.0.x: Add first set of tests for the ColorPicker and its supporting classes.
  • Version 1.1.0: Finalize the tests.
  • Maybe version 2.0.x: Add more color picker types.
  • Maybe version 2.x.x: Add a color selected with the wheel color selector to the custom colors section.
  • Maybe version 2.x.x: Store colors added to the custom colors section.
436
likes
0
pub points
98%
popularity

Publisher

verified publisherrydmike.com

A customizable Flutter primary, accent and custom color picker. Includes an optional HSV wheel color picker.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flex_color_picker