feat: add a book by scanning

This commit is contained in:
Alzalia 2025-08-09 01:42:22 +02:00
parent 72fd0b66a9
commit 981dce5bfe
14 changed files with 264 additions and 59 deletions

View file

@ -21,7 +21,7 @@ class SellViewModel extends ChangeNotifier {
id: _scannedBooks.length,
ownerId: 5,
price: 5,
status: true,
available: true,
);
_scannedBooks.add(addedBook);
notifyListeners();