colorfull 1.3.0
colorfull: ^1.3.0 copied to clipboard
The full palette of HSL Colors available as constants for Flutter
1.3.0 #
Changes #
- Deprecated
Swatchclass. - Moved all
Swatchmethods to theColorUtilsextension onColor. You can now use the getters for color variants from the color object.
New Features #
- Added
contrastColorgetter to the extension that returns the contrasting (60% lightness adjusted) variant of the color. Useful for the text color of a button. - Added
disabledColorgetter to the extension that returns a 70% less saturated variant of the color. Useful as the "disabled" state of a button.
1.2.0 #
Library Changes #
- Added getters to the
Swatchclass for comparitively lighter, darker, more saturated and less saturated colors. - Added 2 new popular saturation variants:
brownandslateas standalone color swatches.
Additional Changes #
- Updated the
exampledirectory to use the newSwatchclass. - Added a new "Demo" project where users can see all available color palettes.
1.1.1 #
- Updated documentation for the new
Swatchclass. - Fixed a couple of issues in the
exampledirectory.
1.1.0 #
- Switched color imports from
package:flutter/services.darttodart:uiacross the library to remove the Flutter dependency for color primitives. - Added the new
Swatchclass which provides HSL-based color swatches and convenient shade getters (a50..a950, b50..b950, etc.). - Added
white0andblack0colors for use in gradients, shadows and glows. - Updated doc comments for all colors.
1.0.3 #
- Updated
colorfull.dartto fit dart formatting coventions.
1.0.2 #
- Removed unnecessary install instructions from README.md
1.0.1 #
- Fixed image issue in README.md
1.0.0 #
- Initial Development Release