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

docs: add flutter favorite badge #589

Merged
merged 2 commits into from
Dec 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

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

## 4.8.1

Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
[![Pub popularity](https://badgen.net/pub/popularity/dart_code_metrics)](https://pub.dev/packages/dart_code_metrics/score)
[![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)

<img
src="https://raw.githubusercontent.com/dart-code-checker/dart-code-metrics/master/assets/logo.svg"
alt="Dart Code Metrics logo"
height="150" width="150"
align="right">

# Dart Code Metrics

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

<a href="https://flutter.dev/docs/development/packages-and-plugins/favorites">
<img
src="https://raw.githubusercontent.com/dart-code-checker/dart-code-metrics/master/assets/logo.svg"
alt="Dart Code Metrics logo"
height="120" width="120"
src="https://raw.githubusercontent.com/dart-code-checker/dart-code-metrics/master/assets/flutter-favorite-badge-1200px.png"
alt="Flutter Favorite Badge"
height="140" width="140"
align="right">
</a>

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

Expand Down