download audio and video using gomuks

This commit is contained in:
Henry Hiles 2026-07-27 15:46:08 -04:00
commit 16fdf0c420
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
6 changed files with 52 additions and 35 deletions

View file

@ -1,7 +0,0 @@
import "package:flutter_riverpod/flutter_riverpod.dart";
import "package:nexus/controllers/header.dart";
extension GetHeaders on WidgetRef {
Map<String, String> get headers =>
watch(HeaderController.provider).requireValue;
}