flutter_randomcolor 1.0.16 flutter_randomcolor: ^1.0.16 copied to clipboard
A flutter package for generating attractive random colors. it can be used for data visualization, generative and lot more.
[0.0.1] - 04-10-2020 #
- initial release.
[0.1.0] #
- Improved Documentation and fixed bugs
[0.1.1] #
- fixed bugs
- improved the package score
[0.1.2] #
- fixed Color Types bug
[0.1.3] #
- improved random color generation to be more performant
[1.0.0] #
- fix bug on hex color generator
- included random color generator for multiple color format
- improved documentation
[1.0.1] #
- improved documentation
[1.0.11] #
- migrated to null-safety
[1.0.2] #
- stable null-safety
[1.0.12] #
- fix doc
[1.0.13] #
- fix cast error
[1.0.14] #
- update documentation.
[1.0.15] #
- improved documentation.
[1.0.16] #
- New
getColorObject()
method to directly return FlutterColor
objects. - Support for generating colors as Flutter
Color
objects in all existing formats. - Improved color conversion efficiency for various formats.
- Enhanced documentation with more comprehensive examples and usage guidelines.
- Resolved issues with color generation in certain edge cases.