@@ -22,12 +22,13 @@ Rultor.com](https://www.rultor.com/b/dartoos-dev/flutter_brand_palettes)](https:
2222** Flutter Brand Palettes** is a collection of declarative and object-oriented
2323classes for the color palettes of popular brands and companies.
2424
25- For example, to get Instagram colors as a ` List<Color> ` object,
25+ For example, to get the Instagram colors as a ` List<Color> ` object,
2626simply declare ` InstagramGrad().colors ` — the 'Grad' suffix is short for
2727_ Gradient_ .
2828
29- To get a single color: ` Instagram.royalBlue().color ` , for Instagram
30- royal blue;` Instagram.yellow().color ` , for Instagram yellow; and so on.
29+ To get a single color, declare ` Instagram.royalBlue().color ` for the
30+ Instagram royal blue; ` Instagram.yellow().color ` , for Instagram yellow,
31+ and so on.
3132
3233In addition, each class is well-documented and fully unit-tested — this package
3334has achieved 100% code coverage and goes through a CI pipeline with rigorous
@@ -50,9 +51,9 @@ quality gates.
5051Instead of a constant integer value, a color is represented by a named
5152constructor of its corresponding brand class. In this way, the source code
5253becomes more object-oriented, readable and maintainable. For instance, the
53- command ` Instagram.red().color ` retrieves the Instagram's red color _ #FD1D1D_ ;
54- ` Google.red().color ` , Google's red _ #DB4437_ ; ` Facebook.blue().color ` ,
55- Facebook's blue _ #4267B2_ ; and so on.
54+ command ` Instagram.red().color ` retrieves the Instagram red color _ #FD1D1D_ ;
55+ ` Google.red().color ` , the Google red _ #DB4437_ ; ` Facebook.blue().color ` ,
56+ the Facebook blue _ #4267B2_ , and so on.
5657
5758## Color Palettes in Action
5859
0 commit comments