From f15a6a97c3c05a74b0178b299d5b5afa455f1c62 Mon Sep 17 00:00:00 2001 From: Jonathan Jimson Date: Sat, 28 Feb 2026 19:21:57 +0530 Subject: [PATCH] Update int-readme --- app/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/README.md b/app/README.md index d40c25e..2db82b7 100644 --- a/app/README.md +++ b/app/README.md @@ -6,12 +6,14 @@ lib/ │ ├── analytics.dart │ └── history.dart ├── db/ -│ └── databaseHelper.dart +│ ├── cabinetdb.dart +│ └── profiledb.dart ├── home/ │ ├── addMenu.dart │ └── home.dart ├── models/ -│ └── medicine.dart +│ ├── cabinet.dart +│ └── profile.dart ├── profile/ │ └── profile.dart ├── dose.dart