fix lints

This commit is contained in:
Fabian Freund
2026-02-16 19:59:32 +01:00
parent cfa7e3ac89
commit 645bbb9b53
78 changed files with 244 additions and 210 deletions
@@ -25,6 +25,8 @@ import 'package:qr_code_scanner_plus/qr_code_scanner_plus.dart';
import 'package:weblibre/utils/ui_helper.dart' as ui_helper;
class QrScannerDialog extends HookWidget {
const QrScannerDialog({super.key});
@override
Widget build(BuildContext context) {
final qrKey = useMemoized(() => GlobalKey(debugLabel: 'qr_scanner'));