Skip to content

Commit

Permalink
Updated badges
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jun 11, 2021
1 parent dce0a3b commit d7a3769
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

![GitHub stars](https://img.shields.io/github/stars/leoafarias/fvm?style=social)
[![Pub Version](https://img.shields.io/pub/v/fvm?label=version&style=flat-square)](https://pub.dev/packages/fvm/changelog)
[![Likes](https://img.shields.io/badge/dynamic/json?color=blue&label=likes&query=likes&url=http://www.pubscore.gq/likes?package=fvm&style=flat-square&cacheSeconds=90000)](https://pub.dev/packages/fvm)
[![Health](https://img.shields.io/badge/dynamic/json?color=blue&label=health&query=pub_points&url=http://www.pubscore.gq/pub-points?package=fvm&style=flat-square&cacheSeconds=90000)](https://pub.dev/packages/fvm/score) ![Coverage](https://raw.githubusercontent.com/leoafarias/fvm/master/coverage_badge.svg?sanitize=true) [![Github All Contributors](https://img.shields.io/github/all-contributors/leoafarias/fvm?style=flat-square)](https://github.com/leoafarias/fvm/graphs/contributors) [![MIT Licence](https://img.shields.io/github/license/leoafarias/fvm?style=flat-square&longCache=true)](https://opensource.org/licenses/mit-license.php) [![Awesome Flutter](https://img.shields.io/badge/awesome-flutter-purple?longCache=true&style=flat-square)](https://github.com/Solido/awesome-flutter)
[![Likes](https://badges.bar/fvm/likes)](https://pub.dev/packages/fvm/score)
[![Pub points](https://badges.bar/fvm/pub%20points)](https://pub.dev/packages/fvm/score) ![Coverage](https://raw.githubusercontent.com/leoafarias/fvm/master/coverage_badge.svg?sanitize=true)
[![Github All Contributors](https://img.shields.io/github/all-contributors/leoafarias/fvm?style=flat-square)](https://github.com/leoafarias/fvm/graphs/contributors) [![MIT Licence](https://img.shields.io/github/license/leoafarias/fvm?style=flat-square&longCache=true)](https://opensource.org/licenses/mit-license.php) [![Awesome Flutter](https://img.shields.io/badge/awesome-flutter-purple?longCache=true&style=flat-square)](https://github.com/Solido/awesome-flutter)

Flutter Version Management: A simple cli to manage Flutter SDK versions.

Expand Down
8 changes: 4 additions & 4 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ function HomepageHeader() {
<GitHubStarButton />
<Spacer />
<Link to="https://pub.dev/packages/fvm">
<img src="https://img.shields.io/badge/dynamic/json?color=blue&label=Pub Likes&query=likes&url=http://www.pubscore.gq/likes?package=fvm&style=for-the-badge&cacheSeconds=90000" />
<img src="https://badges.bar/fvm/likes" />
</Link>
<Spacer />
<Link to="https://github.com/leoafarias/fvm/graphs/contributors">
<img src="https://img.shields.io/github/all-contributors/leoafarias/fvm?style=for-the-badge" />
<img src="https://img.shields.io/github/all-contributors/leoafarias/fvm" />
</Link>
<Spacer />
<TwitterButton />
Expand Down Expand Up @@ -54,7 +54,7 @@ function TwitterButton() {
username="leoafarias"
options={{
dnt: true,
size: "large",
size: "small",
showCount: false,
showScreenName: false,
}}
Expand All @@ -68,7 +68,7 @@ function GitHubStarButton() {
<GitHubButton
href="https://github.com/leoafarias/fvm"
data-show-count="true"
data-size="large"
// data-size="large"
aria-label="Star leoafarias/fvm on GitHub"
>
Star
Expand Down

0 comments on commit d7a3769

Please sign in to comment.