flex_color_picker

A highly customizable Flutter color picker.

BSD-3-CLAUSE License

Stars
197
Committers
10

Bot releases are hidden (Show)

flex_color_picker - Version 1.1.1

Published by rydmike almost 4 years ago

[1.1.1] - November 11, 2020

  • Updated the example app and documentation. The update includes updated screen shots and updated animated gifs.
  • Unit tests for ColorTools added, widget tests still pending for later updates.
flex_color_picker - Version 1.1.0

Published by rydmike almost 4 years ago

[1.1.0] - November 6, 2020

  • New API: Added showColorValue to optionally display the int value of the selected color. This can be used to assist developers when they need to see or copy selected color values as int numbers.
  • New APIs: Exposed previously missing static color names in the API for all the accent and B&W color names in ColorTools. All the color name values default to English color names, but can now be changed to translated strings to provide Material color names in other languages as well.
  • Example and documentation updated.
flex_color_picker - Version 1.0.0

Published by rydmike almost 4 years ago

[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
flex_color_picker - Version 1.0.0-dev.5

Published by rydmike almost 4 years ago

[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.
  • Updated the example.
  • Documentation updates.
flex_color_picker - Version 1.0.0-dev.3

Published by rydmike almost 4 years ago

Major API review and changes in this pre-release to 1.0.0

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.

flex_color_picker - Version 1.0.0-dev.2

Published by rydmike almost 4 years ago

The only difference from dev.2 is that the repo name has changed and the Flutter package name was renamed as well.

flex_color_picker - Version 1.0.0-dev.1

Published by rydmike almost 4 years ago

A pre-release for first publication on pub.dev