hwhub/lib
Lukas Müllner 7635b0d85b fix: extract manual entry dialog into StatefulWidget
Fixes TextEditingController used after being disposed  the controller
was being manually disposed while the dialog's TextField still held a
reference during the pop animation. Now the dialog is its own
StatefulWidget so dispose() is called automatically by the framework
at the right time.
2026-02-23 09:47:46 +01:00
..
main.dart fix: use global navigator/scaffold keys for all dialogs and snackbars 2026-02-23 09:04:00 +01:00
scanner_screen.dart fix: extract manual entry dialog into StatefulWidget 2026-02-23 09:47:46 +01:00