random_color 1.0.6-nullsafety random_color: ^1.0.6-nullsafety copied to clipboard
Generate random colors from hue, saturation and brightness that are visualy appearing. You can chose exact color specifications.
[1.0.6-nullsafety] - 2020.04.04 #
- Prepare for null-safety
- Fix for #9 (The method 'returnHue' was called on null)
[1.0.5] - 2020.04.04 #
- BREAKING CHANGE: Range + (addition) will no longer mutate the object but return new instance of the object (range is const now)
- Added == and hashcode to color saturation, brightness and hue.
[1.0.4] - 2019.08.16 #
- BREAKING CHANGE: Range + (addition) will no longer mutate the object but return new instance of the object (range is const now)
- Added == and hashcode to color saturation, brightness and hue.
[1.0.3] - 2018.10.20 #
- Update example app
- Set debug value default to false
[1.0.2] - 2018.10.20 #
- Update description
[1.0.1] - 2018.10.17 #
- Remove test dependency
- Add description
- Add randomColors function that returns lost of random colors
- Change named parameter from ColorHue.custom() to required unnamed parameter
- Change named parameter from ColorSaturation.custom() to required unnamed parameter
- Change named parameter from ColorBrightness.custom() to required unnamed parameter
[1.0.0] - TODO: 2018.10.17 #
- Initial release