new screenshots, update readme
This commit is contained in:
parent
23e0aa3c4e
commit
84a729aea8
4 changed files with 2 additions and 2 deletions
|
|
@ -2,5 +2,5 @@ import "package:color_hash/color_hash.dart";
|
|||
import "package:flutter/material.dart";
|
||||
|
||||
extension ToColor on String {
|
||||
Color get colorHash => ColorHash(this, lightness: .7, saturation: .7).color;
|
||||
Color get colorHash => ColorHash(this, lightness: .5, saturation: .7).color;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue