Skip to content

Commit 5a43aed

Browse files
committed
Add badges to documentation for GitHub stars, Pub likes, and contributors
1 parent 27999e2 commit 5a43aed

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

docs/en/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
The `window_manager` plugin provides comprehensive window management capabilities for Flutter desktop applications, enabling full control over window size, position, appearance, close behavior, and listening to events.
44

5+
<div style="display: flex; flex-direction: row; gap: 10px;">
6+
<a href="https://github.com/leanflutter/window_manager">
7+
<img
8+
alt="window_manager on GitHub"
9+
src="https://img.shields.io/github/stars/leanflutter/window_manager?style=for-the-badge&logo=GitHub"
10+
/>
11+
</a>
12+
<a href="https://pub.dev/packages/window_manager">
13+
<img alt="Pub Likes" src="https://img.shields.io/pub/likes/window_manager?style=for-the-badge&logo=flutter&label=Pub%20Likes"/>
14+
</a>
15+
<a href="https://github.com/leanflutter/window_manager/graphs/contributors">
16+
<img src="https://img.shields.io/github/all-contributors/leanflutter/window_manager?style=for-the-badge" />
17+
</a>
18+
</div>
19+
520
## Core Features
621

722
### Window Control

docs/zh/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
`window_manager` 插件为 Flutter 桌面应用程序提供了全面的窗口管理功能,使开发者能够完全控制窗口大小、位置、外观、关闭行为,以及监听事件。
44

5+
<div style="display: flex; flex-direction: row; gap: 10px;">
6+
<a href="https://github.com/leanflutter/window_manager">
7+
<img
8+
alt="window_manager on GitHub"
9+
src="https://img.shields.io/github/stars/leanflutter/window_manager?style=for-the-badge&logo=GitHub"
10+
/>
11+
</a>
12+
<a href="https://pub.dev/packages/window_manager">
13+
<img alt="Pub Likes" src="https://img.shields.io/pub/likes/window_manager?style=for-the-badge&logo=flutter&label=Pub%20Likes"/>
14+
</a>
15+
<a href="https://github.com/leanflutter/window_manager/graphs/contributors">
16+
<img src="https://img.shields.io/github/all-contributors/leanflutter/window_manager?style=for-the-badge" />
17+
</a>
18+
</div>
19+
520
## 核心功能
621

722
### 窗口控制

0 commit comments

Comments
 (0)