feat: slicing home page

This commit is contained in:
efrilm
2025-07-31 19:25:45 +07:00
parent 73320561b0
commit 445a22a5a4
13 changed files with 1231 additions and 696 deletions
@@ -151,7 +151,7 @@ class ProductLocalDatasource {
final dbExists = await databaseExists(path);
if (dbExists) {
log("Deleting existing database to ensure new schema with order_type column");
await deleteDatabase(path);
// await deleteDatabase(path);
}
} catch (e) {
log("Error deleting database: $e");