Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 86cd116

Browse files
docs: add flutter favorite badge (#589)
* doc: add flutter favorite badge * chore: update logo position Co-authored-by: Dmitry Zhifarsky <[email protected]>
1 parent b0f107b commit 86cd116

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* chore: migrate from deprecated api
66
* fix: fixed issue with type check in prefer-match-file-name
7+
* doc: add flutter favorite badge
78

89
## 4.8.1
910

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
[![Pub popularity](https://badgen.net/pub/popularity/dart_code_metrics)](https://pub.dev/packages/dart_code_metrics/score)
77
[![GitHub popularity](https://img.shields.io/github/stars/dart-code-checker/dart-code-metrics?logo=github&logoColor=white)](https://github.com/dart-code-checker/dart-code-metrics/stargazers)
88

9+
<img
10+
src="https://github.com/raw/dart-code-checker/dart-code-metrics/master/assets/logo.svg"
11+
alt="Dart Code Metrics logo"
12+
height="150" width="150"
13+
align="right">
14+
915
# Dart Code Metrics
1016

1117
**Note: you can find [the full documentation on the website](https://dartcodemetrics.dev/docs/getting-started/introduction)**
@@ -15,11 +21,13 @@
1521
[Metrics](https://dartcodemetrics.dev/docs/metrics/overview) |
1622
[Anti-patterns](https://dartcodemetrics.dev/docs/anti-patterns/overivew)
1723

24+
<a href="https://flutter.dev/docs/development/packages-and-plugins/favorites">
1825
<img
19-
src="https://github.com/raw/dart-code-checker/dart-code-metrics/master/assets/logo.svg"
20-
alt="Dart Code Metrics logo"
21-
height="120" width="120"
26+
src="https://github.com/raw/dart-code-checker/dart-code-metrics/master/assets/flutter-favorite-badge-1200px.png"
27+
alt="Flutter Favorite Badge"
28+
height="140" width="140"
2229
align="right">
30+
</a>
2331

2432
Dart Code Metrics is a static analysis tool that helps you analyse and improve your code quality.
2533

0 commit comments

Comments
 (0)