fix: continuing error managment and documentation

This commit is contained in:
alzalia1 2025-08-23 12:35:36 +02:00
parent 59e1c2558c
commit dad000a1b9
24 changed files with 389 additions and 182 deletions

View file

@ -65,7 +65,7 @@ class _ScanScreenState extends State<ScanScreen> {
children: [
IconButton(
onPressed: () {
widget.viewModel.showScan = false;
widget.viewModel.showScanScreen = false;
},
icon: Icon(Icons.arrow_back),
),