@@ -11,8 +11,7 @@ Rultor.com](https://www.rultor.com/b/dartoos-dev/flutter_brand_palettes)](https:
1111
1212[ ![ pub] ( https://img.shields.io/pub/v/flutter_brand_palettes )] ( https://pub.dev/packages/flutter_brand_palettes )
1313[ ![ license] ( https://img.shields.io/badge/license-mit-green.svg )] ( https://github.com/dartoos-dev/flutter_brand_palettes/blob/master/LICENSE )
14- [ ![ PDD status] ( https://www.0pdd.com/svg?name=dartoos-dev/flutter_brand_palettes )] ( https://www.0pdd.com/p?name=dartoos-dev/flutter_brand_palettes )
15-
14+ <!-- >[](https://www.0pdd.com/p?name=dartoos-dev/flutter_brand_palettes) -->
1615[ ![ build] ( https://github.com/dartoos-dev/flutter_brand_palettes/actions/workflows/build.yml/badge.svg )] ( https://github.com/dartoos-dev/flutter_brand_palettes/actions/ )
1716[ ![ codecov] ( https://codecov.io/gh/dartoos-dev/flutter_brand_palettes/branch/master/graph/badge.svg?token=Hvpu48mfx1 )] ( https://codecov.io/gh/dartoos-dev/flutter_brand_palettes )
1817[ ![ CodeFactor Grade] ( https://img.shields.io/codefactor/grade/github/rafamizes/flutter_brand_palettes )] ( https://www.codefactor.io/repository/github/rafamizes/flutter_brand_palettes )
@@ -42,8 +41,8 @@ _Gradient_.
4241
4342For a single color, simply select it from the color palette class it belongs to.
4443For example, the command ` Instagram.royalBlue() ` retrieves the royal blue color
45- from the Instagram color palette; ` Instagram.yellow() ` retrieves the yellow
46- color; and so on.
44+ from the Instagram color palette; likewise, ` Instagram.yellow() ` retrieves the
45+ yellow color; and so on.
4746
4847In addition, all classes are well-documented and fully unit-tested, passing
4948through a CI pipeline with rigorous quality ports.
@@ -55,8 +54,9 @@ constructor of its corresponding brand class. In this way, the source code
5554becomes more object-oriented, readable and maintainable.
5655
5756For example, the command ` Facebook.blue().color ` returns Facebook's blue color
58- _ #4267B2_ . Likewise, the command ` Instagram.red().color ` returns Instagram's red
59- color _ #FD1D1D_ ; ` Google.red().color ` , Google's red color _ #DB4437_ .
57+ _ #4267B2_ . Similarly, the command ` Instagram.red().color ` returns Instagram's
58+ red color _ #FD1D1D_ ; ` Google.red().color ` , Google's red color _ #DB4437_ .
59+ Therefore, the command pattern for any brand is: _ 'Brand.colorName().color'_ .
6060
6161## Color Palettes in Action
6262
@@ -106,7 +106,7 @@ The result of the previous code in full screen
106106## Demo application
107107
108108The demo application provides a fully working example, focused on demonstrating
109- exactly one brand in action — Instagram . You can take the code in this demo and
109+ exactly one brand in action: _ Instagram _ . You can take the code in this demo and
110110experiment with it.
111111
112112To run the demo application:
0 commit comments