- Prepare for null-safety
- Fix for #9 (The method 'returnHue' was called on null)
- 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.
- 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.
- Update example app
- Set debug value default to false
- Update description
- 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
- Initial release