@@ -15,7 +15,7 @@ alt="EO-Color logo" width="207" height="96"/>
1515[ ![ 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 )
1616[ ![ Hits-of-Code] ( https://hitsofcode.com/github/dartoos-dev/flutter_brand_palettes?branch=master )] ( https://hitsofcode.com/github/dartoos-dev/flutter_brand_palettes/view?branch=master )
1717
18- #### Stop searching the internet for color hex codes!
18+ ### Stop searching the internet for color hex codes!
1919
2020** Flutter Brand Palettes** is a collection of declarative and object-oriented
2121classes for the color palettes and official logos of popular brands and
@@ -26,9 +26,9 @@ companies.
2626Instead of a constant integer value, each color is represented by a named
2727constructor of its corresponding brand class. In this way, the source code
2828becomes more object-oriented, readable and maintainable. For instance, the
29- command ` Instagram.red().color ` retrieves the Instagram's red color #FD1D1D ;
30- ` Google.red().color ` , Google's red #DB4437 ; ` Facebook.blue().color ` , Facebook's
31- blue #4267B2 ; and so on.
29+ command ` Instagram.red().color ` retrieves the Instagram's red color _ #FD1D1D _ ;
30+ ` Google.red().color ` , Google's red _ #DB4437 _ ; ` Facebook.blue().color ` , Facebook's
31+ blue _ #4267B2 _ ; and so on.
3232
3333## Color Palettes in action
3434
@@ -49,8 +49,9 @@ class FacebookIsh extends StatelessWidget {
4949
5050### Showcase application
5151
52- It provides a fully working example, focused on demonstrating exactly one brand
53- in action. You can take the code in this showcase and experiment with it.
52+ The showcase application provides a fully working example, focused on
53+ demonstrating exactly one brand in action - Instagram. You can take the code in
54+ this showcase and experiment with it.
5455
5556To run the showcase application:
5657
@@ -70,7 +71,7 @@ This should launch the showcase application on Chrome in debug mode.
7071
7172Just open an
7273[ issue] ( https://github.com/dartoos-dev/flutter_brand_palettes/issues ) , enter the
73- brand name and color reference link .
74+ brand or company .
7475
7576### Brand Palettes Classes (A-Z)
7677
0 commit comments