feat: start working on sell

This commit is contained in:
alzalia1 2025-08-14 13:42:20 +02:00
parent f378c8c0be
commit 1803a2b119
8 changed files with 94 additions and 31 deletions

View file

@ -61,11 +61,14 @@ class _ScanScreenState extends State<ScanScreen> {
backgroundColor: WidgetStatePropertyAll(theme.cardColor),
),
onPressed: () {
controller.stop();
showDialog(
context: context,
barrierDismissible: false,
builder: (context) =>
ManualScanPopup(viewModel: widget.viewModel),
builder: (context) => ManualScanPopup(
viewModel: widget.viewModel,
controller: controller,
),
);
},
child: Text("Vendre un livre sans scanner"),