added support for simultan downloads in files and talk, support for background downloads, enhanced loading in files with retry

This commit is contained in:
2026-07-06 15:43:17 +02:00
parent 614ab159af
commit 124b1a5177
34 changed files with 1866 additions and 409 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ import 'package:flutter/material.dart';
/// custom event, etc.). All detail sheets in the app share this layout: drag
/// handle on top, default theme background, optional ListTile-style header
/// followed by a divider, scrollable body below.
void showDetailsBottomSheet(
Future<void> showDetailsBottomSheet(
BuildContext context, {
Widget? header,
required List<Widget> Function(BuildContext sheetContext) children,
}) {
showModalBottomSheet<void>(
return showModalBottomSheet<void>(
context: context,
isScrollControlled: true,
showDragHandle: true,