refactored data providers with centralized cache resolution, unified UI using custom dialogs and bottom sheets, and enhanced network error handling for Dio and TLS errors

This commit is contained in:
2026-05-08 20:01:45 +02:00
parent c62a14645a
commit 9e139b5704
37 changed files with 595 additions and 753 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
/// Copies [text] to the system clipboard and shows a SnackBar confirmation.
/// Safe to await: respects context lifecycle via the provided [context].
/// Copies [text] to the system clipboard and shows a SnackBar.
Future<void> copyToClipboard(
BuildContext context,
String text, {