It can provider a random, gradinet, and beauti image. You can control it from string seed.
- Random
- Gradinet
- Sometimes, is beauty.
- ez to use.
add this package from pubspec.yaml file.
Like this.
random_gradient_image: ^0.0.1
Just do it.
RandomGradientImage(seed:"enter any string");
It can control the number of max colors. The color number will randomly by 2 to max color number. Default value is 2.
It can control max hue. Same as Colornumber. Default is 270.
It will control max saturation. Default is 0.5.
It will control max light. Default is 0.5.
None, enjoy it.