feat: start working on sell
This commit is contained in:
parent
f378c8c0be
commit
1803a2b119
8 changed files with 94 additions and 31 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Reference in a new issue