File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - ' SECURITY.md'
1414 - ' fastlane/**'
1515 - ' .github/workflows/pages-ghweb.yml'
16+ - ' .github/workflows/windows.yml'
1617 - ' ghweb/**'
1718 - ' assets/**'
1819 pull_request :
2829 - ' SECURITY.md'
2930 - ' fastlane/**'
3031 - ' .github/workflows/pages-ghweb.yml'
32+ - ' .github/workflows/windows.yml'
3133 - ' ghweb/**'
3234 - ' assets/**'
3335
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
99108HONGEET 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
You can’t perform that action at this time.
0 commit comments