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

Commit 16e8905

Browse files
committed
doc: add flutter favorite badge
1 parent b0f107b commit 16e8905

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ Dart Code Metrics is a static analysis tool that helps you analyse and improve y
3030
- Checks [unused l10n](https://dartcodemetrics.dev/docs/cli/check-unused-l10n)
3131
- Can be used as [CLI](https://dartcodemetrics.dev/docs/cli/overview), [analyzer plugin](https://dartcodemetrics.dev/docs/analyzer-plugin) or [library](https://dartcodemetrics.dev/docs/getting-started/installation#library)
3232

33+
<a href="https://flutter.dev/docs/development/packages-and-plugins/favorites">
34+
<img
35+
src="https://raw.githubusercontent.com/dart-code-checker/dart-code-metrics/master/assets/flutter-favorite-badge-1200px.png"
36+
alt="Flutter Favorite Badge"
37+
height="110" width="110"
38+
align="right">
39+
</a>
40+
3341
## Links
3442

3543
- See [CHANGELOG.md](./CHANGELOG.md) for major/breaking updates, and [releases](https://github.com/dart-code-checker/dart-code-metrics/releases) for a detailed version history.

0 commit comments

Comments
 (0)