Skip to content

Commit 0aa606f

Browse files
committed
docs: adjust badge layout for docs
1 parent e3955b1 commit 0aa606f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/index.mdx

+9-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ next: /usage
99
HomeWidget is a Plugin to make it easier to create HomeScreen Widgets on Android and iOS.
1010
HomeWidget does **not** allow writing Widgets with Flutter itself. It still requires writing the Widgets with native code. However, it provides a unified Interface for sending data, retrieving data and updating the Widgets
1111

12-
<p class="flex not-prose">[![Pub](https://img.shields.io/pub/v/home_widget.svg)](https://pub.dartlang.org/packages/home_widget) [![likes](https://img.shields.io/pub/likes/home_widget)](https://pub.dev/packages/home_widget/score) [![popularity](https://img.shields.io/pub/popularity/home_widget)](https://pub.dev/packages/home_widget/score) [![pub points](https://img.shields.io/pub/points/home_widget)](https://pub.dev/packages/home_widget/score) [![Build](https://github.com/abausg/home_widget/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/ABausG/home_widget/actions/workflows/main.yml?query=branch%3Amain) [![codecov](https://codecov.io/gh/ABausG/home_widget/branch/main/graph/badge.svg?token=ZXTZOL6KFO)](https://codecov.io/gh/ABausG/home_widget) [![Github-sponsors](https://img.shields.io/badge/Sponsor-30363D?style=flat&logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://github.com/sponsors/abausg)</p>
12+
<div align="center" class="justify-center flex">
13+
<a href="https://pub.dartlang.org/packages/home_widget"><img alt="Pub" src="https://img.shields.io/pub/v/home_widget.svg"/></a>
14+
<a href="https://pub.dev/packages/home_widget/score"><img alt="likes" src="https://img.shields.io/pub/likes/home_widget"/></a>
15+
<a href="https://pub.dev/packages/home_widget/score"><img alt="popularity" src="https://img.shields.io/pub/popularity/home_widget"/></a>
16+
<a href="https://pub.dev/packages/home_widget/score"><img alt="pub points" src="https://img.shields.io/pub/points/home_widget"/></a>
17+
<a href="https://github.com/ABausG/home_widget/actions/workflows/main.yml?query=branch%3Amain"><img alt="Build]" src="https://github.com/abausg/home_widget/actions/workflows/main.yml/badge.svg?branch=main"/></a>
18+
<a href="https://codecov.io/gh/ABausG/home_widget"><img alt="codecov" src="https://codecov.io/gh/ABausG/home_widget/branch/main/graph/badge.svg?token=ZXTZOL6KFO"/></a>
19+
<a href="https://github.com/sponsors/abausg"><img alt="Github-sponsors" src="https://img.shields.io/badge/Sponsor-30363D?style=flat&logo=GitHub-Sponsors&logoColor=#EA4AAA"/></a>
20+
</div>
1321

1422
| iOS |  Android |
1523
|----------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)