Skip to content

Commit 615af48

Browse files
committed
UPDATED
1 parent b8078c1 commit 615af48

5 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- 'SECURITY.md'
1414
- 'fastlane/**'
1515
- '.github/workflows/pages-ghweb.yml'
16+
- '.github/workflows/windows.yml'
1617
- 'ghweb/**'
1718
- 'assets/**'
1819
pull_request:
@@ -28,6 +29,7 @@ on:
2829
- 'SECURITY.md'
2930
- 'fastlane/**'
3031
- '.github/workflows/pages-ghweb.yml'
32+
- '.github/workflows/windows.yml'
3133
- 'ghweb/**'
3234
- 'assets/**'
3335

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Setup Flutter
1717
uses: subosito/flutter-action@v2

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ Hongeet is a music player that supports **offline local audio playback** and **o
7171
---
7272

7373
<h2 align=center> 📸 Screenshots </h2>
74-
7574
<div align="center">
75+
<h2 style="">Android</h2>
7676
<table>
7777
<tr>
7878
<td><img src="assets/screenshots/01.jpg" width="220" /></td>
@@ -90,11 +90,20 @@ Hongeet is a music player that supports **offline local audio playback** and **o
9090
<td><img src="assets/screenshots/09.jpg" width="220" /></td>
9191
</tr>
9292
</table>
93+
<h2 style="">Windows</h2>
94+
<table>
95+
<tr>
96+
<td><img src="assets/screenshots/10.png"/></td>
97+
</tr>
98+
<tr>
99+
<td><img src="assets/screenshots/11.png"/></td>
100+
</tr>
101+
</table>
93102
</div>
94103

95104
---
96105

97-
## 🔐 Permissions
106+
## 🔐 Permissions (Android)
98107

99108
HONGEET asks for permissions strictly needed for playback, downloads, and local media access.
100109

@@ -134,6 +143,7 @@ This project wouldn’t exist without these amazing open-source libraries:
134143
* **[youtube_explode_dart](https://pub.dev/packages/youtube_explode_dart)** — YouTube stream extraction in pure Dart
135144
* **[JioSaavn API (Unofficial)](https://saavn.sumit.co/)** — Metadata & streaming access from JioSaavn
136145
* **[LRCLib](https://lrclib.net/)** — Synchronized lyrics support along with clean display of Unsynchronized lyrics
146+
* **[dart_discord_presence](https://pub.dev/packages/dart_discord_presence)** — DiscordRPC(windows)
137147

138148
---
139149

assets/screenshots/10.png

692 KB
Loading

assets/screenshots/11.png

511 KB
Loading

0 commit comments

Comments
 (0)