feat: add a book by scanning
This commit is contained in:
parent
72fd0b66a9
commit
981dce5bfe
14 changed files with 264 additions and 59 deletions
|
|
@ -21,7 +21,7 @@ class SellViewModel extends ChangeNotifier {
|
|||
id: _scannedBooks.length,
|
||||
ownerId: 5,
|
||||
price: 5,
|
||||
status: true,
|
||||
available: true,
|
||||
);
|
||||
_scannedBooks.add(addedBook);
|
||||
notifyListeners();
|
||||
|
|
|
|||
Reference in a new issue