mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
feature: HTPC mode startup argument (#358)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
a8795cf0c9
commit
69a5e3db7a
24 changed files with 416 additions and 151 deletions
|
|
@ -88,6 +88,7 @@ dependencies:
|
|||
font_awesome_flutter: ^10.8.0
|
||||
reorderable_grid: ^1.0.10
|
||||
overflow_view: ^0.4.0
|
||||
flutter_sticky_header: ^0.7.0
|
||||
|
||||
# Navigation
|
||||
auto_route: ^9.3.0+1
|
||||
|
|
@ -109,6 +110,7 @@ dependencies:
|
|||
window_manager: ^0.4.3
|
||||
smtc_windows: ^1.0.0
|
||||
background_downloader: ^8.9.4
|
||||
screen_retriever: ^0.2.0
|
||||
|
||||
# Data
|
||||
isar: ^4.0.0-dev.14
|
||||
|
|
@ -123,8 +125,6 @@ dependencies:
|
|||
share_plus: ^10.1.4
|
||||
archive: ^4.0.2
|
||||
dart_mappable: ^4.3.0
|
||||
super_sliver_list: ^0.4.1
|
||||
flutter_sticky_header: ^0.7.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue