Skip to content

Commit 4922dfa

Browse files
authored
doc: fix repository attribute; minor fixes in README (#74)
1 parent 38b6862 commit 4922dfa

File tree

5 files changed

+17
-12
lines changed

5 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Changed
10+
- pubspec's repository attribute points to Dartoo's repo.
11+
- some minor fixes in README.
12+
- bump eo_color dependency to v0.0.14.
913

1014
## [0.3.2] - 2021-05-29
1115
### Changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
2121
classes for the color palettes and official logos of popular brands and
@@ -26,9 +26,9 @@ companies.
2626
Instead of a constant integer value, each color is represented by a named
2727
constructor of its corresponding brand class. In this way, the source code
2828
becomes 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

5556
To run the showcase application:
5657

@@ -70,7 +71,7 @@ This should launch the showcase application on Chrome in debug mode.
7071

7172
Just 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

example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ packages:
4949
name: eo_color
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "0.0.13"
52+
version: "0.0.14"
5353
fake_async:
5454
dependency: transitive
5555
description:
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "0.3.1"
71+
version: "0.3.2"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ packages:
4949
name: eo_color
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "0.0.13"
52+
version: "0.0.14"
5353
fake_async:
5454
dependency: transitive
5555
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: flutter_brand_palettes
22
description: Collection of elegant and declarative classes for the color palettes and official logos of popular brands and companies.
33
version: 0.3.2
44
homepage: https://dartoos.dev
5-
repository: https://github.com/rafamizes/flutter_brand_palettes
5+
repository: https://github.com/dartoos-dev/flutter_brand_palettes
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"
99
flutter: ">=1.17.0"
1010

1111
dependencies:
12-
eo_color: ^0.0.13
12+
eo_color: ^0.0.14
1313
flutter:
1414
sdk: flutter
1515

0 commit comments

Comments
 (0)