Skip to content

Commit 14e45e8

Browse files
authored
Merge pull request #139 from AntoTomAbraham/anto-dev
Updated notification badge and added Transmission client documentation
2 parents 0043a80 + 0298c39 commit 14e45e8

File tree

3 files changed

+49
-13
lines changed

3 files changed

+49
-13
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ using the npm distribution
1111

1212
## Steps
1313

14+
You can use qBitTorrent,Transmission or rTorrent(anyone) as the torrent client
15+
1416
### Install qBitTorrent
1517
1. Install [qBitTorrent](https://www.qbittorrent.org/)
1618
2. Start the application, click the settings button and setup the Web UI. You would have to set a new username and password and with everything done,
@@ -20,6 +22,17 @@ using the npm distribution
2022

2123
<p align="center"><img width="400" alt="Screenshot 2021-05-25 at 1 59 24 PM" src="https://user-images.githubusercontent.com/64683098/208732411-2c7c74b9-0d9c-4804-bf9f-11170ea4696d.PNG"></p>
2224

25+
### Install Transmission
26+
1. Install [Transmission](https://transmissionbt.com/download)
27+
2. Start the application, click the edit button, select preferences and setup the Remote Control. You would have to set a new port, username and password and with everything done, the transmission app should be up and running in ```http://localhost:portnumber/```
28+
3. Click Open web client button and access the app
29+
30+
<p align="center"><img width="400" alt="trans" src="https://user-images.githubusercontent.com/64683098/209478308-7c58c7a6-7a05-4363-91cd-50bed49b5e52.PNG"></p>
31+
32+
<p align="center"><img width="400" alt="trans1" src="https://user-images.githubusercontent.com/64683098/209478327-d9b1d47c-143e-4ee4-ac6f-dd92ecad5f88.PNG"></p>
33+
34+
<p align="center"><img width="400" alt="trans2" src="https://user-images.githubusercontent.com/64683098/209478329-549b953f-cb33-45fb-82cc-a332b589a688.PNG"></p>
35+
2336
### Install Flood
2437

2538
1. Install Flood using ```sudo npm i -g flood``` / ```npm i -g flood```

lib/Pages/home_screen.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ class _HomeScreenState extends State<HomeScreen> {
162162
actions: [
163163
RSSFeedButtonWidget(),
164164
Badge(
165+
showBadge:
166+
homeModel.unreadNotifications == 0 ? false : true,
165167
key: Key('Badge Widget'),
166168
badgeColor: Theme.of(context).accentColor,
167169
badgeContent: Center(

pubspec.lock

Lines changed: 34 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "38.0.0"
10+
version: "50.0.0"
1111
analyzer:
1212
dependency: "direct overridden"
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "3.4.1"
17+
version: "5.2.0"
1818
args:
1919
dependency: transitive
2020
description:
@@ -161,7 +161,7 @@ packages:
161161
name: code_builder
162162
url: "https://pub.dartlang.org"
163163
source: hosted
164-
version: "4.3.0"
164+
version: "4.4.0"
165165
collection:
166166
dependency: transitive
167167
description:
@@ -400,7 +400,7 @@ packages:
400400
name: fluttertoast
401401
url: "https://pub.dartlang.org"
402402
source: hosted
403-
version: "8.1.1"
403+
version: "8.1.2"
404404
focused_menu:
405405
dependency: "direct main"
406406
description:
@@ -680,14 +680,35 @@ packages:
680680
name: permission_handler
681681
url: "https://pub.dartlang.org"
682682
source: hosted
683-
version: "8.3.0"
683+
version: "10.2.0"
684+
permission_handler_android:
685+
dependency: transitive
686+
description:
687+
name: permission_handler_android
688+
url: "https://pub.dartlang.org"
689+
source: hosted
690+
version: "10.2.0"
691+
permission_handler_apple:
692+
dependency: transitive
693+
description:
694+
name: permission_handler_apple
695+
url: "https://pub.dartlang.org"
696+
source: hosted
697+
version: "9.0.7"
684698
permission_handler_platform_interface:
685699
dependency: transitive
686700
description:
687701
name: permission_handler_platform_interface
688702
url: "https://pub.dartlang.org"
689703
source: hosted
690704
version: "3.9.0"
705+
permission_handler_windows:
706+
dependency: transitive
707+
description:
708+
name: permission_handler_windows
709+
url: "https://pub.dartlang.org"
710+
source: hosted
711+
version: "0.1.2"
691712
petitparser:
692713
dependency: transitive
693714
description:
@@ -778,7 +799,7 @@ packages:
778799
name: shared_preferences_linux
779800
url: "https://pub.dartlang.org"
780801
source: hosted
781-
version: "2.1.1"
802+
version: "2.1.2"
782803
shared_preferences_macos:
783804
dependency: transitive
784805
description:
@@ -806,7 +827,7 @@ packages:
806827
name: shared_preferences_windows
807828
url: "https://pub.dartlang.org"
808829
source: hosted
809-
version: "2.1.1"
830+
version: "2.1.2"
810831
shelf:
811832
dependency: transitive
812833
description:
@@ -1049,35 +1070,35 @@ packages:
10491070
name: video_player
10501071
url: "https://pub.dartlang.org"
10511072
source: hosted
1052-
version: "2.4.9"
1073+
version: "2.4.10"
10531074
video_player_android:
10541075
dependency: transitive
10551076
description:
10561077
name: video_player_android
10571078
url: "https://pub.dartlang.org"
10581079
source: hosted
1059-
version: "2.3.9"
1080+
version: "2.3.10"
10601081
video_player_avfoundation:
10611082
dependency: transitive
10621083
description:
10631084
name: video_player_avfoundation
10641085
url: "https://pub.dartlang.org"
10651086
source: hosted
1066-
version: "2.3.7"
1087+
version: "2.3.8"
10671088
video_player_platform_interface:
10681089
dependency: transitive
10691090
description:
10701091
name: video_player_platform_interface
10711092
url: "https://pub.dartlang.org"
10721093
source: hosted
1073-
version: "5.1.4"
1094+
version: "6.0.1"
10741095
video_player_web:
10751096
dependency: transitive
10761097
description:
10771098
name: video_player_web
10781099
url: "https://pub.dartlang.org"
10791100
source: hosted
1080-
version: "2.0.12"
1101+
version: "2.0.13"
10811102
vm_service:
10821103
dependency: transitive
10831104
description:
@@ -1147,7 +1168,7 @@ packages:
11471168
name: win32
11481169
url: "https://pub.dartlang.org"
11491170
source: hosted
1150-
version: "3.1.2"
1171+
version: "3.1.3"
11511172
xdg_directories:
11521173
dependency: transitive
11531174
description:

0 commit comments

Comments
 (0)